1995-01-11 03:24:33 +00:00
|
|
|
# From: @(#)Makefile 8.2 (Berkeley) 4/20/94
|
1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1994-05-30 19:09:18 +00:00
|
|
|
|
1995-01-11 03:24:33 +00:00
|
|
|
# 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
|
1995-05-30 06:58:14 +00:00
|
|
|
# 27.invert 28.bib 29.diction
|
1994-05-30 19:09:18 +00:00
|
|
|
|
1995-01-11 03:24:33 +00:00
|
|
|
# The following modules are not provided:
|
|
|
|
# 14.jove
|
1994-05-30 19:09:18 +00:00
|
|
|
|
1995-01-11 03:24:33 +00:00
|
|
|
SUBDIR= title contents 04.csh 07.mail 10.exref 11.vitut 12.vi 13.viref \
|
2001-08-09 06:59:16 +00:00
|
|
|
18.msdiffs 19.memacros 20.meref
|
|
|
|
|
|
|
|
.if !defined(NOGAMES)
|
|
|
|
SUBDIR+=30.rogue 31.trek
|
|
|
|
.endif
|
1994-05-30 19:09:18 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|