1# The following modules do not build/install: 2# 10.gdb 3 4# The following modules do not apply to FreeBSD: 5# 07.pascal 08.f77 09.f77io 6 7# The following previously encumbered files have not yet been added to 8# the tree: 9# 11.adb 10 11SUBDIR= title \ 12 contents \ 13 01.cacm \ 14 02.implement \ 15 03.iosys \ 16 04.uprog \ 17 05.sysman \ 18 06.Clang \ 19 12.make \ 20 15.yacc \ 21 16.lex \ 22 17.m4 \ 23 18.gprof \ 24 20.ipctut \ 25 21.ipc 26 27# The following modules don't appear in the O'Reilly book, but 28# are in the 4.4BSD distribution. 29SUBDIR+=22.rpcgen \ 30 23.rpc \ 31 24.xdr \ 32 25.xdrrfc \ 33 26.rpcrfc \ 34 27.nfsrpc 35 36SUBDIR_PARALLEL= 37 38.include <bsd.subdir.mk> 39