386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Mon, 1 Apr 1991 16:52:12 +0000 (08:52 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Mon, 1 Apr 1991 16:52:12 +0000 (08:52 -0800)
Work on file usr/src/sbin/disklabel/Makefile

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

usr/src/sbin/disklabel/Makefile [new file with mode: 0644]

diff --git a/usr/src/sbin/disklabel/Makefile b/usr/src/sbin/disklabel/Makefile
new file mode 100644 (file)
index 0000000..f38e583
--- /dev/null
@@ -0,0 +1,16 @@
+#      @(#)Makefile    5.6 (Berkeley) 4/1/91
+
+PROG=  disklabel
+SRCS=  disklabel.c dkcksum.c
+MAN8=  disklabel.0
+BINGRP=operator
+BINMODE=2550
+CLEANFILES=disklabel.5.0
+
+all: disklabel.5.0
+
+beforeinstall:
+       install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} disklabel.5.0 \
+           ${DESTDIR}${MANDIR}5/disklabel.0
+
+.include <bsd.prog.mk>