svn commit: r250424 - projects/bmake/usr.bin/truss

Simon J. Gerraty sjg at FreeBSD.org
Thu May 9 22:28:16 UTC 2013


Author: sjg
Date: Thu May  9 22:28:16 2013
New Revision: 250424
URL: http://svnweb.freebsd.org/changeset/base/250424

Log:
  We no longer need to fiddle with INCLUDEDIR

Modified:
  projects/bmake/usr.bin/truss/Makefile

Modified: projects/bmake/usr.bin/truss/Makefile
==============================================================================
--- projects/bmake/usr.bin/truss/Makefile	Thu May  9 21:42:43 2013	(r250423)
+++ projects/bmake/usr.bin/truss/Makefile	Thu May  9 22:28:16 2013	(r250424)
@@ -73,10 +73,3 @@ freebsd32_syscalls.h:	fbsd32-syscalls.ma
 .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


More information about the svn-src-projects mailing list