Deleted Added
full compact
Makefile (99099) Makefile (124750)
1# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
1# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
2# $FreeBSD: head/share/doc/psd/Makefile 99099 2002-06-30 02:18:54Z jmallett $
2# $FreeBSD: head/share/doc/psd/Makefile 124750 2004-01-20 13:09:29Z ru $
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
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 contents
15SUBDIR+= 01.cacm 02.implement 03.iosys 04.uprog 05.sysman 06.Clang 12.make
16SUBDIR+= 13.rcs 15.yacc 16.lex 17.m4 18.gprof 20.ipctut 21.ipc
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 13.rcs \
24 15.yacc \
25 16.lex \
26 17.m4 \
27 18.gprof \
28 20.ipctut \
29 21.ipc
17
18# The following modules don't appear in the O'Reilly book, but
19# are in the 4.4BSD distribution.
30
31# The following modules don't appear in the O'Reilly book, but
32# are in the 4.4BSD distribution.
20SUBDIR+= 22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrpc
21SUBDIR+= 28.cvs
33SUBDIR+=22.rpcgen \
34 23.rpc \
35 24.xdr \
36 25.xdrrfc \
37 26.rpcrfc \
38 27.nfsrpc \
39 28.cvs
22
23.include <bsd.subdir.mk>
40
41.include <bsd.subdir.mk>