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:
@@ -1,5 +1,5 @@
|
||||
PROG= dumpcore
|
||||
CPPFLAGS+= -I${MINIXSRCDIR}
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}
|
||||
MAN=
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
Reference in New Issue
Block a user