Added /usr/local for NetBSD

This commit is contained in:
Thomas Schmitt 2014-02-11 08:34:00 +00:00
parent 12a61af5a2
commit 2b587ec60b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
AC_DEFUN([LIBBURNIA_SET_FLAGS],
[
case $target_os in
freebsd*)
freebsd* | netbsd*)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
;;