PERFORCE change 76765 for review
Christian S.J. Peron
csjp at FreeBSD.org
Mon May 9 21:28:40 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=76765
Change 76765 by csjp at csjp_xor on 2005/05/09 21:27:45
Do not include absolute path
Affected files ...
.. //depot/projects/trustedbsd/mac/usr.sbin/getfhash/Makefile#2 edit
.. //depot/projects/trustedbsd/mac/usr.sbin/getfhash/getfhash.c#4 edit
Differences ...
==== //depot/projects/trustedbsd/mac/usr.sbin/getfhash/Makefile#2 (text+ko) ====
@@ -2,6 +2,5 @@
LINKS= ${BINDIR}/getfhash ${BINDIR}/setfhash
NO_MAN=
WARNS= 6
-CFLAGS += -I/usr/src/sys
-
+CFLAGS+= -I../../sys
.include <bsd.prog.mk>
==== //depot/projects/trustedbsd/mac/usr.sbin/getfhash/getfhash.c#4 (text+ko) ====
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list