diff options
author | silby <silby@FreeBSD.org> | 2002-05-20 00:06:02 +0000 |
---|---|---|
committer | silby <silby@FreeBSD.org> | 2002-05-20 00:06:02 +0000 |
commit | 44fa8ef813fd87e6d47df600a52621be6884a856 (patch) | |
tree | 665f1cef16c664801644d3c628d68a0c886a5370 /share/doc/psd | |
parent | ef5aab6b728a4ed73fe988c0f7535c6e773216e7 (diff) | |
download | FreeBSD-src-44fa8ef813fd87e6d47df600a52621be6884a856.zip FreeBSD-src-44fa8ef813fd87e6d47df600a52621be6884a856.tar.gz |
Remove subdirectories 3, 4, and 17 from the build; they do not build
properly at this time.
Diffstat (limited to 'share/doc/psd')
-rw-r--r-- | share/doc/psd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/psd/Makefile b/share/doc/psd/Makefile index 8a0ae8d..be507d0 100644 --- a/share/doc/psd/Makefile +++ b/share/doc/psd/Makefile @@ -12,8 +12,8 @@ # 11.adb 14.sccs 19.curses SUBDIR= title contents -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 +SUBDIR+= 01.cacm 02.implement 05.sysman 06.Clang 12.make +SUBDIR+= 13.rcs 15.yacc 16.lex 18.gprof 20.ipctut 21.ipc # The following modules don't appear in the O'Reilly book, but # are in the 4.4BSD distribution. |