1223013Sdim#	From: @(#)Makefile	8.1 (Berkeley) 6/8/93
2223013Sdim# $FreeBSD$
3223013Sdim
4223013Sdim# The following modules do not build/install:
5223013Sdim# 10.gdb
6223013Sdim
7223013Sdim# The following modules do not apply to FreeBSD:
8223013Sdim# 07.pascal 08.f77 09.f77io
9223013Sdim
10223013Sdim# The following previously encumbered files have not yet been added to
11223013Sdim# the tree:
12223013Sdim# 11.adb
13223013Sdim
14223013SdimSUBDIR=	title \
15223013Sdim	contents \
16249423Sdim	01.cacm \
17226633Sdim	02.implement \
18226633Sdim	03.iosys \
19223013Sdim	04.uprog \
20223013Sdim	05.sysman \
21223013Sdim	06.Clang \
22223013Sdim	12.make \
23223013Sdim	13.rcs \
24223013Sdim	15.yacc \
25223013Sdim	16.lex \
26223013Sdim	17.m4 \
27223013Sdim	18.gprof \
28223013Sdim	20.ipctut \
29223013Sdim	21.ipc
30263508Sdim
31263508Sdim# The following modules don't appear in the O'Reilly book, but
32243830Sdim# are in the 4.4BSD distribution.
33223013SdimSUBDIR+=22.rpcgen \
34223013Sdim	23.rpc \
35223013Sdim	24.xdr \
36223013Sdim	25.xdrrfc \
37223013Sdim	26.rpcrfc \
38263508Sdim	27.nfsrpc
39263508Sdim
40223013Sdim.include <bsd.subdir.mk>
41243830Sdim