1130b656e5
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.
17 lines
500 B
Makefile
17 lines
500 B
Makefile
# From: @(#)Makefile 8.2 (Berkeley) 4/20/94
|
|
# $FreeBSD$
|
|
|
|
# The following modules are encumbered:
|
|
# 01.begin 02.learn 03.shell 05.dc 06.bc 09.edtut 10.edadv 15.sed 16.awk
|
|
# 17.msmacros 21.troff 22.trofftut 23.eqn 24.eqnguide 25.tbl 26.refer
|
|
# 27.invert 28.bib 29.diction
|
|
|
|
# The following modules are not provided:
|
|
# 14.jove
|
|
|
|
BINDIR= /usr/share/doc/usd
|
|
SUBDIR= title contents 04.csh 07.mail 10.exref 11.vitut 12.vi 13.viref \
|
|
18.msdiffs 19.memacros 20.meref 30.rogue 31.trek
|
|
|
|
.include <bsd.subdir.mk>
|