386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Thu, 17 Jan 1991 23:11:02 +0000 (15:11 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Thu, 17 Jan 1991 23:11:02 +0000 (15:11 -0800)
Work on file usr/src/bin/df/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/src/bin/df/Makefile [new file with mode: 0644]

diff --git a/usr/src/bin/df/Makefile b/usr/src/bin/df/Makefile
new file mode 100644 (file)
index 0000000..d0d329f
--- /dev/null
@@ -0,0 +1,8 @@
+#      @(#)Makefile    5.3 (Berkeley) 5/11/90
+
+PROG=  df
+CFLAGS+=-DCOMPAT_43
+BINGRP=        operator
+BINMODE=2555
+
+.include <bsd.prog.mk>