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:
parent
73817adec0
commit
100babf0e0
@ -17,8 +17,13 @@
|
|||||||
# The Hesiod functions are always in libc. To choose that getpwent() and friends
|
# 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.
|
# actually call the Hesiod functions, put -DHESIOD on the CPPFLAGS line below.
|
||||||
.if defined(__MINIX)
|
.if defined(__MINIX)
|
||||||
.include "minix-config.inc"
|
USE_INET6=no
|
||||||
.endif
|
MKYP=no #requires RPC
|
||||||
|
USE_JEMALLOC=no
|
||||||
|
USE_MINIXMALLOC=yes
|
||||||
|
USE_FORT=no
|
||||||
|
USE_LIBTRE=no
|
||||||
|
.endif # defined(__MINIX)
|
||||||
|
|
||||||
USE_FORT?= yes
|
USE_FORT?= yes
|
||||||
|
|
||||||
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user