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