Makefile revision 156813
11638Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/5/93
252331Sache# $FreeBSD: head/share/Makefile 156813 2006-03-17 18:54:44Z ru $
31638Srgrimes
4156813Sru.include <bsd.own.mk>
5156813Sru
656296Sru# Do not include `info' in the SUBDIR list, it is handled separately.
756296Sru
8148736SphkSUBDIR=	${_colldef} \
9145003Sphk	${_dict} \
10124750Sru	${_doc} \
11148675Sphk	${_examples} \
12124750Sru	${_isdn} \
13148675Sphk	${_man} \
14148675Sphk	${_me} \
15124750Sru	misc \
16124750Sru	mk \
17148736Sphk	${_mklocale} \
18148736Sphk	${_monetdef} \
19148736Sphk	${_msgdef} \
20148736Sphk	${_numericdef} \
21124750Sru	${_sendmail} \
22124750Sru	skel \
23128612Sphk	snmp \
24148675Sphk	${_syscons} \
25124750Sru	tabset \
26124750Sru	termcap \
27148736Sphk	${_timedef} \
28124750Sru	zoneinfo
291638Srgrimes
30156813Sru.if ${MK_LOCALES} != "no"
31148736Sphk_colldef =	colldef
32148736Sphk_mklocale =	mklocale
33148736Sphk_monetdef =	monetdef
34148736Sphk_msgdef =	msgdef
35148736Sphk_numericdef =	numericdef
36148736Sphk_timedef =	timedef
37148736Sphk.endif
38148736Sphk
39156813Sru.if ${MK_SYSCONS} != "no"
40148675Sphk_syscons=	syscons
41148675Sphk.endif
42148675Sphk
43156813Sru.if ${MK_MAN} != "no"
44148675Sphk_man=		man
45148675Sphk.endif
46148675Sphk
47156813Sru.if ${MK_GROFF} != "no"
48148675Sphk_me=		me
49148675Sphk.endif
50148675Sphk
51156813Sru.if ${MK_EXAMPLES} != "no"
52148675Sphk_examples=	examples
53148675Sphk.endif
54148675Sphk
55156813Sru.if ${MK_I4B} != "no"
56124750Sru_isdn=		isdn
5777041Sru.endif
5877041Sru
59156813Sru.if ${MK_DICT} != "no"
60145003Sphk_dict=	 	dict
61145003Sphk.endif
62145003Sphk
63156813Sru.if ${MK_SENDMAIL} != "no"
64124750Sru_sendmail=	 sendmail
6566940Sgshapiro.endif
6666940Sgshapiro
67156813Sru.if ${MK_SHAREDOCS} != "no"
68124750Sru_doc=		doc
69124750Sru.endif
70124750Sru
711638Srgrimes.include <bsd.subdir.mk>
72