Makefile revision 148675
11638Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/5/93
252331Sache# $FreeBSD: head/share/Makefile 148675 2005-08-03 09:24:39Z phk $
31638Srgrimes
456296Sru# Do not include `info' in the SUBDIR list, it is handled separately.
556296Sru
6124750SruSUBDIR=	colldef \
7145003Sphk	${_dict} \
8124750Sru	${_doc} \
9148675Sphk	${_examples} \
10124750Sru	${_isdn} \
11148675Sphk	${_man} \
12148675Sphk	${_me} \
13124750Sru	misc \
14124750Sru	mk \
15124750Sru	mklocale \
16124750Sru	monetdef \
17124750Sru	msgdef \
18124750Sru	numericdef \
19124750Sru	${_sendmail} \
20124750Sru	skel \
21128612Sphk	snmp \
22148675Sphk	${_syscons} \
23124750Sru	tabset \
24124750Sru	termcap \
25124750Sru	timedef \
26124750Sru	zoneinfo
271638Srgrimes
28148675Sphk.if !defined(NO_SYSCONS)
29148675Sphk_syscons=	syscons
30148675Sphk.endif
31148675Sphk
32148675Sphk.if !defined(NO_MAN)
33148675Sphk_man=		man
34148675Sphk.endif
35148675Sphk
36148675Sphk.if !defined(NO_GROFF)
37148675Sphk_me=		me
38148675Sphk.endif
39148675Sphk
40148675Sphk.if !defined(NO_EXAMPLES)
41148675Sphk_examples=	examples
42148675Sphk.endif
43148675Sphk
4477041Sru.if !defined(NO_I4B)
45124750Sru_isdn=		isdn
4677041Sru.endif
4777041Sru
48145003Sphk.if !defined(NO_DICT)
49145003Sphk_dict=	 	dict
50145003Sphk.endif
51145003Sphk
5266940Sgshapiro.if !defined(NO_SENDMAIL)
53124750Sru_sendmail=	 sendmail
5466940Sgshapiro.endif
5566940Sgshapiro
56124750Sru.if !defined(NO_SHAREDOCS)
57124750Sru_doc=		doc
58124750Sru.endif
59124750Sru
601638Srgrimes.include <bsd.subdir.mk>
61