xref: /freebsd/share/doc/psd/Makefile (revision a316b26e50bbed7cf655fbba726ab87d8ab7599d)
1#	From: @(#)Makefile	8.1 (Berkeley) 6/8/93
2#	$Id$
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# The following modules use -me macros (which don't work):
18# 20.ipctut 19.curses 18.gprof
19
20BINDIR=	/usr/share/doc/psd
21SUBDIR=	title contents 05.sysman 12.make 21.ipc \
22	22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrpc
23
24.include <bsd.subdir.mk>
25