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 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 \
|
2002-05-20 01:15:37 +00:00
|
|
|
18.msdiffs 19.memacros 20.meref 22.trofftut
|
2001-08-09 06:59:16 +00:00
|
|
|
|
2002-05-20 07:20:20 +00:00
|
|
|
.if exists(${.CURDIR}/../../../games) && !defined(NOGAMES)
|
2001-08-09 06:59:16 +00:00
|
|
|
SUBDIR+=30.rogue 31.trek
|
|
|
|
.endif
|
1994-05-30 19:09:18 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|