Merge branch 'vendor/OPENSSH'
[dragonfly.git] / share / doc / usd / Makefile
1 #       From: @(#)Makefile      8.2 (Berkeley) 4/20/94
2 # $FreeBSD: src/share/doc/usd/Makefile,v 1.8.2.2 2002/07/24 12:48:41 ru Exp $
3
4 # The following modules are encumbered:
5 # 01.begin 02.learn 03.shell 09.edtut 10.edadv 15.sed 16.awk 17.msmacros
6 # 21.troff 22.trofftut 23.eqn 24.eqnguide 25.tbl 26.refer 27.invert
7 # 28.bib 29.diction
8
9 # The following modules are not provided:
10 # 14.jove
11
12 SUBDIR= title \
13         contents \
14         04.csh \
15         05.dc \
16         06.bc \
17         07.mail \
18         10.exref \
19         11.vitut \
20         12.vi \
21         13.viref \
22         18.msdiffs \
23         19.memacros \
24         20.meref
25
26 .if exists(${.CURDIR}/../../../games) && !defined(NO_GAMES)
27 SUBDIR+=30.rogue 31.trek
28 .endif
29
30 .include <bsd.subdir.mk>