summaryrefslogtreecommitdiffstats
path: root/share/doc/psd/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-01-11 01:53:04 +0000
committerwollman <wollman@FreeBSD.org>1995-01-11 01:53:04 +0000
commitf1ee396fc158bc937e1070a0573fb6e854b7fcaf (patch)
tree99cfc2586ac61bc5708b5864cbf7a441ae34039a /share/doc/psd/Makefile
parent1f1323291ea5c94ad1d6287ef9b0f703221b656d (diff)
downloadFreeBSD-src-f1ee396fc158bc937e1070a0573fb6e854b7fcaf.zip
FreeBSD-src-f1ee396fc158bc937e1070a0573fb6e854b7fcaf.tar.gz
Make these documents build if possible.
Diffstat (limited to 'share/doc/psd/Makefile')
-rw-r--r--share/doc/psd/Makefile28
1 files changed, 15 insertions, 13 deletions
diff --git a/share/doc/psd/Makefile b/share/doc/psd/Makefile
index 6045b22..9995fd7 100644
--- a/share/doc/psd/Makefile
+++ b/share/doc/psd/Makefile
@@ -1,22 +1,24 @@
-# @(#)Makefile 8.1 (Berkeley) 6/8/93
+# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
+# $Id$
# The following modules do not build/install:
# 10.gdb, 13.rcs
-BINDIR= /usr/share/doc/psd
-FILES= 00.contents Makefile Title
-SUBDIR= 01.cacm 02.implement 03.iosys 04.uprog 05.sysman 06.Clang \
- 07.pascal 08.f77 09.f77io 11.adb 12.make 14.sccs 15.yacc \
- 16.lex 17.m4 18.gprof 19.curses 20.ipctut 21.ipc
+# The following modules are encumbered:
+# 01.cacm 02.implement 03.iosys 04.uprog 06.Clang 11.adb 14.sccs
+# 15.yacc 16.lex 17.m4
+
+# The following modules do not apply to FreeBSD:
+# 07.pascal 08.f77 09.f77io
-Title.ps: ${FILES}
- groff Title > ${.TARGET}
+# The following modules are new in FreeBSD:
+# 22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrfc
-contents.ps: ${FILES}
- groff -ms 00.contents > ${.TARGET}
+# The following modules use -me macros (which don't work):
+# 20.ipctut 19.curses 18.gprof
-beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
- ${DESTDIR}${BINDIR}
+BINDIR= /usr/share/doc/psd
+SUBDIR= title contents 05.sysman 12.make 21.ipc \
+ 22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrpc
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud