Hook the new bc and dc into the tree. Unhook the old gnu bc/dc and add
[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 # $DragonFly: src/share/doc/usd/Makefile,v 1.3 2004/09/20 22:03:16 dillon Exp $
4
5 # The following modules are encumbered:
6 # 01.begin 02.learn 03.shell 09.edtut 10.edadv 15.sed 16.awk 17.msmacros
7 # 21.troff 22.trofftut 23.eqn 24.eqnguide 25.tbl 26.refer 27.invert
8 # 28.bib 29.diction
9
10 # The following modules are not provided:
11 # 14.jove
12
13 SUBDIR= title contents 04.csh 05.dc 06.bc 07.mail 10.exref 11.vitut 12.vi \
14         13.viref 18.msdiffs 19.memacros 20.meref
15
16 .if exists(${.CURDIR}/../../../games) && !defined(NOGAMES)
17 SUBDIR+=30.rogue 31.trek
18 .endif
19
20 .include <bsd.subdir.mk>