summaryrefslogtreecommitdiffstats
path: root/bin/df/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/df/Makefile')
-rw-r--r--bin/df/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile
index e3f54d7..716ffb7 100644
--- a/bin/df/Makefile
+++ b/bin/df/Makefile
@@ -1,7 +1,12 @@
-# @(#)Makefile 8.2 (Berkeley) 4/1/94
+# @(#)Makefile 8.3 (Berkeley) 5/8/95
PROG= df
+SRCS= df.c vfslist.c
BINGRP= operator
BINMODE=2555
+MOUNT= ${.CURDIR}/../../sbin/mount
+CFLAGS+= -I${MOUNT}
+.PATH: ${MOUNT}
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud