Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 May 2005 21:28:40 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 76765 for review
Message-ID:  <200505092128.j49LSeLs009903@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=76765

Change 76765 by csjp@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) ====



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505092128.j49LSeLs009903>