Remove MINIXSRCDIR and use NETBSDSRCDIR

NETBSDSRCDIR is used all over the place anyway, and this reduces
our diff with NetBSD a little.
This commit is contained in:
Thomas Veerman
2012-06-18 10:53:35 +00:00
parent 657168fa10
commit f93afa00e9
48 changed files with 65 additions and 101 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PROG= dumpcore
CPPFLAGS+= -I${MINIXSRCDIR}
CPPFLAGS+= -I${NETBSDSRCDIR}
MAN=
.include <bsd.prog.mk>