Makefile (65dd2ce99ffde7d01ffc1fea5dfde8fcdb07a81f) Makefile (98830b3007f1468b0a4e4e1fec34c0a4b6542223)
1# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
1# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
2# $Id: Makefile,v 1.3 1995/01/11 04:24:41 wollman Exp $
2# $Id: Makefile,v 1.7 1995/01/12 20:57:11 wollman Exp $
3
4# The following modules do not build/install:
5# 10.gdb, 13.rcs
6
7# The following modules are encumbered:
8# 01.cacm 02.implement 03.iosys 04.uprog 06.Clang 11.adb 14.sccs
9# 15.yacc 16.lex 17.m4
10
11# The following modules do not apply to FreeBSD:
12# 07.pascal 08.f77 09.f77io
13
3
4# The following modules do not build/install:
5# 10.gdb, 13.rcs
6
7# The following modules are encumbered:
8# 01.cacm 02.implement 03.iosys 04.uprog 06.Clang 11.adb 14.sccs
9# 15.yacc 16.lex 17.m4
10
11# The following modules do not apply to FreeBSD:
12# 07.pascal 08.f77 09.f77io
13
14# The following modules are new in FreeBSD:
15# 22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrfc
16
17# 05.sysman sends nroff into an infinite loop.
18
19BINDIR= /usr/share/doc/psd
14BINDIR= /usr/share/doc/psd
20SUBDIR= title contents 12.make 18.gprof 19.curses 20.ipctut 21.ipc \
21 22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrpc
15SUBDIR= title contents
16SUBDIR+= 05.sysman 12.make 18.gprof 19.curses 20.ipctut 21.ipc
22
17
18# The following modules are new in FreeBSD:
19SUBDIR+= 22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrpc
20
23.include <bsd.subdir.mk>
21.include <bsd.subdir.mk>