Makefile revision 156813
137Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/5/93
237Srgrimes# $FreeBSD: head/share/Makefile 156813 2006-03-17 18:54:44Z ru $
337Srgrimes
437Srgrimes.include <bsd.own.mk>
537Srgrimes
637Srgrimes# Do not include `info' in the SUBDIR list, it is handled separately.
737Srgrimes
837SrgrimesSUBDIR=	${_colldef} \
9476Srgrimes	${_dict} \
1037Srgrimes	${_doc} \
1137Srgrimes	${_examples} \
1237Srgrimes	${_isdn} \
1337Srgrimes	${_man} \
1437Srgrimes	${_me} \
1537Srgrimes	misc \
1637Srgrimes	mk \
1737Srgrimes	${_mklocale} \
1837Srgrimes	${_monetdef} \
1937Srgrimes	${_msgdef} \
2037Srgrimes	${_numericdef} \
2137Srgrimes	${_sendmail} \
2237Srgrimes	skel \
2337Srgrimes	snmp \
2437Srgrimes	${_syscons} \
2537Srgrimes	tabset \
2637Srgrimes	termcap \
2737Srgrimes	${_timedef} \
2837Srgrimes	zoneinfo
2937Srgrimes
301141Sache.if ${MK_LOCALES} != "no"
311141Sache_colldef =	colldef
321141Sache_mklocale =	mklocale
331141Sache_monetdef =	monetdef
341141Sache_msgdef =	msgdef
357708Srgrimes_numericdef =	numericdef
3611137Sjoerg_timedef =	timedef
3711137Sjoerg.endif
381141Sache
3911137Sjoerg.if ${MK_SYSCONS} != "no"
4011137Sjoerg_syscons=	syscons
4111137Sjoerg.endif
4211137Sjoerg
4311137Sjoerg.if ${MK_MAN} != "no"
4411137Sjoerg_man=		man
4511137Sjoerg.endif
4611137Sjoerg
4711137Sjoerg.if ${MK_GROFF} != "no"
481141Sache_me=		me
491141Sache.endif
501141Sache
511141Sache.if ${MK_EXAMPLES} != "no"
521141Sache_examples=	examples
531141Sache.endif
541141Sache
551141Sache.if ${MK_I4B} != "no"
561141Sache_isdn=		isdn
571141Sache.endif
581141Sache
591141Sache.if ${MK_DICT} != "no"
601141Sache_dict=	 	dict
611182Srgrimes.endif
621144Sache
631141Sache.if ${MK_SENDMAIL} != "no"
641141Sache_sendmail=	 sendmail
651141Sache.endif
661141Sache
671182Srgrimes.if ${MK_SHAREDOCS} != "no"
681141Sache_doc=		doc
691141Sache.endif
701141Sache
711141Sache.include <bsd.subdir.mk>
721141Sache