PERFORCE change 76866 for review

Christian S.J. Peron csjp at FreeBSD.org
Wed May 11 21:39:43 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=76866

Change 76866 by csjp at csjp_xor on 2005/05/12 04:39:25

	Manually specify include path

Affected files ...

.. //depot/projects/trustedbsd/mac/usr.sbin/getfhash/Makefile#4 edit

Differences ...

==== //depot/projects/trustedbsd/mac/usr.sbin/getfhash/Makefile#4 (text+ko) ====

@@ -3,4 +3,6 @@
 NO_MAN=	
 WARNS=	6
 
+CFLAGS+=-I${.CURDIR}/../../sys/
+
 .include <bsd.prog.mk>


More information about the p4-projects mailing list