summaryrefslogtreecommitdiffstats
path: root/bin/df/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-08-07 21:31:00 +0000
committersteve <steve@FreeBSD.org>1997-08-07 21:31:00 +0000
commit548d1c00562f600dffcd4e78769f98102770f319 (patch)
tree2a3ca8bb5709959bde4ed03a31e3796b7c96e9f2 /bin/df/Makefile
parent585d84061d7a4e6c6e7ec5a04dc49f2f7dac7b71 (diff)
downloadFreeBSD-src-548d1c00562f600dffcd4e78769f98102770f319.zip
FreeBSD-src-548d1c00562f600dffcd4e78769f98102770f319.tar.gz
Add Bruce's _NEW_VFSCONF flag to make this compile cleanly and
sccsid -> rcsid.
Diffstat (limited to 'bin/df/Makefile')
-rw-r--r--bin/df/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile
index 519d04c..bca8e35 100644
--- a/bin/df/Makefile
+++ b/bin/df/Makefile
@@ -1,5 +1,5 @@
+# $Id: Makefile,v 1.5 1997/03/13 17:29:08 bde Exp $
# @(#)Makefile 8.3 (Berkeley) 5/8/95
-# $Id: Makefile,v 1.4 1997/02/22 14:02:55 peter Exp $
PROG= df
SRCS= df.c vfslist.c
@@ -7,7 +7,7 @@ BINGRP= operator
BINMODE=2555
MOUNT= ${.CURDIR}/../../sbin/mount
-CFLAGS+= -I${MOUNT}
+CFLAGS+= -I${MOUNT} -D_NEW_VFSCONF
.PATH: ${MOUNT}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud