1995-01-12 15:57:11 -05:00
|
|
|
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
1999-08-27 20:22:10 -04:00
|
|
|
# $FreeBSD$
|
1995-01-12 15:57:11 -05:00
|
|
|
|
|
|
|
|
# The following modules do not build/install:
|
1997-03-04 13:21:07 -05:00
|
|
|
# 10.gdb
|
1994-05-30 15:09:18 -04:00
|
|
|
|
1995-01-12 15:57:11 -05:00
|
|
|
# The following modules do not apply to FreeBSD:
|
|
|
|
|
# 07.pascal 08.f77 09.f77io
|
1994-05-30 15:09:18 -04:00
|
|
|
|
2002-05-19 03:49:28 -04:00
|
|
|
# The following previously encumbered files have not yet been added to
|
|
|
|
|
# the tree:
|
2002-05-22 07:55:47 -04:00
|
|
|
# 11.adb
|
2002-05-19 03:49:28 -04:00
|
|
|
|
2004-01-20 08:09:29 -05:00
|
|
|
SUBDIR= title \
|
|
|
|
|
contents \
|
|
|
|
|
01.cacm \
|
|
|
|
|
02.implement \
|
|
|
|
|
03.iosys \
|
|
|
|
|
04.uprog \
|
|
|
|
|
05.sysman \
|
|
|
|
|
06.Clang \
|
|
|
|
|
12.make \
|
|
|
|
|
13.rcs \
|
|
|
|
|
15.yacc \
|
|
|
|
|
16.lex \
|
|
|
|
|
17.m4 \
|
|
|
|
|
18.gprof \
|
|
|
|
|
20.ipctut \
|
|
|
|
|
21.ipc
|
1996-06-15 18:17:32 -04:00
|
|
|
|
2002-05-19 03:49:28 -04:00
|
|
|
# The following modules don't appear in the O'Reilly book, but
|
|
|
|
|
# are in the 4.4BSD distribution.
|
2004-01-20 08:09:29 -05:00
|
|
|
SUBDIR+=22.rpcgen \
|
|
|
|
|
23.rpc \
|
|
|
|
|
24.xdr \
|
|
|
|
|
25.xdrrfc \
|
|
|
|
|
26.rpcrfc \
|
|
|
|
|
27.nfsrpc \
|
|
|
|
|
28.cvs
|
1994-05-30 15:09:18 -04:00
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|