We no longer need to fiddle with INCLUDEDIR

This commit is contained in:
Simon J. Gerraty 2013-05-09 22:28:16 +00:00
parent fb0cb80846
commit 0bc8845fb9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=250424

View File

@ -73,10 +73,3 @@ freebsd32_syscalls.h: fbsd32-syscalls.master
.endif
.include <bsd.prog.mk>
.if ${MK_STAGING} != ""
# we are interested in the files put in ${STAGE_OBJTOP}/include
DESTDIR= ${STAGE_OBJTOP}
INCLUDEDIR= /include
.endif