diff options
author | Mike Silbersack <silby@FreeBSD.org> | 2002-05-20 00:06:02 +0000 |
---|---|---|
committer | Mike Silbersack <silby@FreeBSD.org> | 2002-05-20 00:06:02 +0000 |
commit | b4a4ec2e8a9322ecd6b689150f19acbf8a9d52bb (patch) | |
tree | 665f1cef16c664801644d3c628d68a0c886a5370 /share/doc | |
parent | dafb5943286b5176034d6903998166c7fc92bc4d (diff) |
Remove subdirectories 3, 4, and 17 from the build; they do not build
properly at this time.
Notes
Notes:
svn path=/head/; revision=96963
Diffstat (limited to 'share/doc')
-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 8a0ae8d290ac..be507d097bc4 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. |