diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-01-20 10:40:18 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-01-20 10:40:18 +0000 |
| commit | 87f01287d291dc9c0b0f542ff241ce793ebecabb (patch) | |
| tree | 9432b95b3639762b3f6e15eff43405626ceb4c7c /bin/df | |
| parent | bf49c4278a6c3cc2b9792089339ae098707b239a (diff) | |
Notes
Diffstat (limited to 'bin/df')
| -rw-r--r-- | bin/df/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile index bca8e35d126c..d87f2729f832 100644 --- a/bin/df/Makefile +++ b/bin/df/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1997/03/13 17:29:08 bde Exp $ +# $Id: Makefile,v 1.6 1997/08/07 21:30:59 steve Exp $ # @(#)Makefile 8.3 (Berkeley) 5/8/95 PROG= df @@ -7,7 +7,7 @@ BINGRP= operator BINMODE=2555 MOUNT= ${.CURDIR}/../../sbin/mount -CFLAGS+= -I${MOUNT} -D_NEW_VFSCONF +CFLAGS+= -I${MOUNT} .PATH: ${MOUNT} .include <bsd.prog.mk> |
