blob: 6d0110403204f21ced6466cbefd7342f8e80075d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# From: @(#)Makefile 8.2 (Berkeley) 4/20/94
# $FreeBSD$
# The following modules are not provided:
# 14.jove
SUBDIR= title contents 04.csh 07.mail 10.exref 11.vitut 12.vi 13.viref \
18.msdiffs 19.memacros 20.meref 21.troff 22.trofftut
.if exists(${.CURDIR}/../../../games) && !defined(NOGAMES)
SUBDIR+=30.rogue 31.trek
.endif
.include <bsd.subdir.mk>
|