386BSD 0.0 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 29 Sep 1990 18:10:16 +0000 (10:10 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 29 Sep 1990 18:10:16 +0000 (10:10 -0800)
Work on file usr/src/usr.bin/logger/Makefile

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

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

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