PERFORCE change 84462 for review

Scott Long scottl at FreeBSD.org
Wed Sep 28 22:11:54 PDT 2005


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

Change 84462 by scottl at scottl-junior on 2005/09/29 05:11:31

	Add the UFS_JOURNAL flag to CFLAGS so that the headers work.

Affected files ...

.. //depot/projects/soc2005/ufsj/src/sbin/tunefs/Makefile#2 edit

Differences ...

==== //depot/projects/soc2005/ufsj/src/sbin/tunefs/Makefile#2 (text+ko) ====

@@ -6,4 +6,6 @@
 LDADD=	-lufs
 MAN=	tunefs.8
 
+CFLAGS+= -DUFS_JOURNAL
+
 .include <bsd.prog.mk>


More information about the p4-projects mailing list