386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 11 May 1990 22:19:34 +0000 (14:19 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 11 May 1990 22:19:34 +0000 (14:19 -0800)
Work on file usr/src/usr.bin/whois/Makefile
Work on file usr/src/usr.bin/whereis/Makefile
Work on file usr/src/usr.bin/cmp/Makefile

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

usr/src/usr.bin/cmp/Makefile [new file with mode: 0644]
usr/src/usr.bin/whereis/Makefile [new file with mode: 0644]
usr/src/usr.bin/whois/Makefile [new file with mode: 0644]

diff --git a/usr/src/usr.bin/cmp/Makefile b/usr/src/usr.bin/cmp/Makefile
new file mode 100644 (file)
index 0000000..d3e3863
--- /dev/null
@@ -0,0 +1,5 @@
+#      @(#)Makefile    5.3 (Berkeley) 5/11/90
+
+PROG=  cmp
+
+.include <bsd.prog.mk>
diff --git a/usr/src/usr.bin/whereis/Makefile b/usr/src/usr.bin/whereis/Makefile
new file mode 100644 (file)
index 0000000..66f179e
--- /dev/null
@@ -0,0 +1,5 @@
+#      @(#)Makefile    5.3 (Berkeley) 5/11/90
+
+PROG=  whereis
+
+.include <bsd.prog.mk>
diff --git a/usr/src/usr.bin/whois/Makefile b/usr/src/usr.bin/whois/Makefile
new file mode 100644 (file)
index 0000000..b601c9c
--- /dev/null
@@ -0,0 +1,5 @@
+#      @(#)Makefile    5.3 (Berkeley) 5/11/90
+
+PROG=  whois
+
+.include <bsd.prog.mk>