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