Added /usr/local for NetBSD

This commit is contained in:
Thomas Schmitt 2014-02-11 08:34:00 +00:00
parent 9e54087dd5
commit 22cd5a8165
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"
;;