diff options
author | grog <grog@FreeBSD.org> | 2002-05-19 07:49:28 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2002-05-19 07:49:28 +0000 |
commit | c5ad1087ebaedd6cfc578ee9f0b41cd393ecc56d (patch) | |
tree | cf7183faf6e00b1bbca6e2ba970bbcbc39883305 /share/doc | |
parent | df2179ff8ad300a801ab3d191c5c61b5b56a002f (diff) | |
download | FreeBSD-src-c5ad1087ebaedd6cfc578ee9f0b41cd393ecc56d.zip FreeBSD-src-c5ad1087ebaedd6cfc578ee9f0b41cd393ecc56d.tar.gz |
Include the following previously encumbered documentation in the build:
01.cacm 02.implement 03.iosys 04.uprog 06.Clang 15.yacc 16.lex 17.m4
Some of these produce a number of warnings. I don't want to remove
them yet, because some noble soul may decide to remove the cause of
the warnings, but they won't if it doesn't bite them.
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/psd/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/share/doc/psd/Makefile b/share/doc/psd/Makefile index 7099bed..8a0ae8d 100644 --- a/share/doc/psd/Makefile +++ b/share/doc/psd/Makefile @@ -4,17 +4,19 @@ # The following modules do not build/install: # 10.gdb -# 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 +# The following previously encumbered files have not yet been added to +# the tree: +# 11.adb 14.sccs 19.curses + SUBDIR= title contents -SUBDIR+= 05.sysman 12.make 13.rcs 18.gprof 20.ipctut 21.ipc +SUBDIR+= 01.cacm 02.implement 03.iosys 04.uprog 05.sysman 06.Clang 12.make +SUBDIR+= 13.rcs 15.yacc 16.lex 17.m4 18.gprof 20.ipctut 21.ipc -# The following modules are new in FreeBSD: +# The following modules don't appear in the O'Reilly book, but +# are in the 4.4BSD distribution. SUBDIR+= 22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrpc SUBDIR+= 28.cvs |