Makefile revision 148736
11638Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/5/93
252331Sache# $FreeBSD: head/share/Makefile 148736 2005-08-05 14:59:50Z phk $
31638Srgrimes
456296Sru# Do not include `info' in the SUBDIR list, it is handled separately.
556296Sru
6148736SphkSUBDIR=	${_colldef} \
7145003Sphk	${_dict} \
8124750Sru	${_doc} \
9148675Sphk	${_examples} \
10124750Sru	${_isdn} \
11148675Sphk	${_man} \
12148675Sphk	${_me} \
13124750Sru	misc \
14124750Sru	mk \
15148736Sphk	${_mklocale} \
16148736Sphk	${_monetdef} \
17148736Sphk	${_msgdef} \
18148736Sphk	${_numericdef} \
19124750Sru	${_sendmail} \
20124750Sru	skel \
21128612Sphk	snmp \
22148675Sphk	${_syscons} \
23124750Sru	tabset \
24124750Sru	termcap \
25148736Sphk	${_timedef} \
26124750Sru	zoneinfo
271638Srgrimes
28148736Sphk.if !defined(NO_LOCALES)
29148736Sphk_colldef =	colldef
30148736Sphk_mklocale =	mklocale
31148736Sphk_monetdef =	monetdef
32148736Sphk_msgdef =	msgdef
33148736Sphk_numericdef =	numericdef
34148736Sphk_timedef =	timedef
35148736Sphk.endif
36148736Sphk
37148675Sphk.if !defined(NO_SYSCONS)
38148675Sphk_syscons=	syscons
39148675Sphk.endif
40148675Sphk
41148675Sphk.if !defined(NO_MAN)
42148675Sphk_man=		man
43148675Sphk.endif
44148675Sphk
45148675Sphk.if !defined(NO_GROFF)
46148675Sphk_me=		me
47148675Sphk.endif
48148675Sphk
49148675Sphk.if !defined(NO_EXAMPLES)
50148675Sphk_examples=	examples
51148675Sphk.endif
52148675Sphk
5377041Sru.if !defined(NO_I4B)
54124750Sru_isdn=		isdn
5577041Sru.endif
5677041Sru
57145003Sphk.if !defined(NO_DICT)
58145003Sphk_dict=	 	dict
59145003Sphk.endif
60145003Sphk
6166940Sgshapiro.if !defined(NO_SENDMAIL)
62124750Sru_sendmail=	 sendmail
6366940Sgshapiro.endif
6466940Sgshapiro
65124750Sru.if !defined(NO_SHAREDOCS)
66124750Sru_doc=		doc
67124750Sru.endif
68124750Sru
691638Srgrimes.include <bsd.subdir.mk>
70