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

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

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

diff --git a/usr/src/usr.bin/calendar/Makefile b/usr/src/usr.bin/calendar/Makefile
new file mode 100644 (file)
index 0000000..b02a30b
--- /dev/null
@@ -0,0 +1,9 @@
+#      @(#)Makefile    4.8 (Berkeley) 5/11/90
+
+PROG=  calendar
+
+beforeinstall:
+       install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+           ${.CURDIR}/calendars/calendar.* ${DESTDIR}/usr/share/calendar
+
+.include <bsd.prog.mk>
diff --git a/usr/src/usr.bin/comm/Makefile b/usr/src/usr.bin/comm/Makefile
new file mode 100644 (file)
index 0000000..750c50d
--- /dev/null
@@ -0,0 +1,5 @@
+#      @(#)Makefile    5.2 (Berkeley) 5/11/90
+
+PROG=  comm
+
+.include <bsd.prog.mk>