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