Also removing minix-config.inc and placing its content in
Makefile.inc, as the file is modified anyway. Simplifies diff.
Change-Id: I6262fdb790a5455b59e07acdccdc221fd5dd41f8
# 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
+++ /dev/null
-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