Removing last reference to NETBSDINCLUDES

Also removing minix-config.inc and placing its content in
Makefile.inc, as the file is modified anyway. Simplifies diff.

Change-Id: I6262fdb790a5455b59e07acdccdc221fd5dd41f8
This commit is contained in:
Lionel Sambuc 2012-12-05 13:23:36 +01:00
parent 73817adec0
commit 100babf0e0
2 changed files with 7 additions and 14 deletions

View file

@ -17,8 +17,13 @@
# The Hesiod functions are always in libc. To choose that getpwent() and friends
# actually call the Hesiod functions, put -DHESIOD on the CPPFLAGS line below.
.if defined(__MINIX)
.include "minix-config.inc"
.endif
USE_INET6=no
MKYP=no #requires RPC
USE_JEMALLOC=no
USE_MINIXMALLOC=yes
USE_FORT=no
USE_LIBTRE=no
.endif # defined(__MINIX)
USE_FORT?= yes

View file

@ -1,12 +0,0 @@
NETBSDINCLUDES= /usr/include/
USE_INET6=no
MKYP=no #requires RPC
USE_JEMALLOC=no
USE_MINIXMALLOC=yes
USE_FORT=no
USE_LIBTRE=no
NOGCCERROR:= yes
NOCLANGERROR:= yes