date and time created 90/07/01 10:21:41 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 2 Jul 1990 01:21:41 +0000 (17:21 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 2 Jul 1990 01:21:41 +0000 (17:21 -0800)
SCCS-vsn: share/doc/psd/Makefile 5.1

usr/src/share/doc/psd/Makefile [new file with mode: 0644]

diff --git a/usr/src/share/doc/psd/Makefile b/usr/src/share/doc/psd/Makefile
new file mode 100644 (file)
index 0000000..4e246f9
--- /dev/null
@@ -0,0 +1,13 @@
+#      @(#)Makefile    5.1 (Berkeley) %G%
+
+BINDIR=        /usr/share/doc/ps1
+FILES= 00.contents Makefile Title
+SUBDIR=        01.Clang 02.f77 03.f77io 04.pascal 05.as 06.sysman 07.ipctut \
+       08.ipc 09.lint 10.adb 11.dbx 12.make 13.rcs 14.sccs 15.yacc \
+       16.lex 17.m4 18.curses
+
+beforeinstall:
+       install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+           ${DESTDIR}${BINDIR}
+
+.include <bsd.subdir.mk>