Date: Thu, 9 May 2013 22:28:16 +0000 (UTC) From: "Simon J. Gerraty" <sjg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r250424 - projects/bmake/usr.bin/truss Message-ID: <201305092228.r49MSG7R068910@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305092228.r49MSG7R068910>