808a36ef65
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
22 lines
576 B
Makefile
22 lines
576 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
# The following modules do not build/install:
|
|
# 10.gdb, 13.rcs
|
|
|
|
# The following modules are encumbered:
|
|
# 01.cacm 02.implement 03.iosys 04.uprog 06.Clang 11.adb 14.sccs
|
|
# 15.yacc 16.lex 17.m4
|
|
|
|
# The following modules do not apply to FreeBSD:
|
|
# 07.pascal 08.f77 09.f77io
|
|
|
|
BINDIR= /usr/share/doc/psd
|
|
SUBDIR= title contents
|
|
SUBDIR+= 05.sysman 12.make 18.gprof 19.curses 20.ipctut 21.ipc
|
|
|
|
# The following modules are new in FreeBSD:
|
|
SUBDIR+= 22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrpc
|
|
|
|
.include <bsd.subdir.mk>
|