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