386BSD 0.0 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 8 Feb 1992 07:17:35 +0000 (23:17 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 8 Feb 1992 07:17:35 +0000 (23:17 -0800)
Work on file usr/src/usr.bin/cpio/Makefile

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

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

diff --git a/usr/src/usr.bin/cpio/Makefile b/usr/src/usr.bin/cpio/Makefile
new file mode 100644 (file)
index 0000000..c39058b
--- /dev/null
@@ -0,0 +1,8 @@
+#      @(#)Makefile    5.8 (Berkeley) 6/19/90
+
+PROG=  cpio
+MAN1=  cpio.0
+MAN5=  cpioformat.0
+MLINKS=        cpioformat.5 cpio.5
+
+.include <bsd.prog.mk>