Makefile revision 145003
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/Makefile 145003 2005-04-13 10:02:58Z phk $
3
4# Do not include `info' in the SUBDIR list, it is handled separately.
5
6SUBDIR=	colldef \
7	${_dict} \
8	${_doc} \
9	examples \
10	${_isdn} \
11	man \
12	me \
13	misc \
14	mk \
15	mklocale \
16	monetdef \
17	msgdef \
18	numericdef \
19	${_sendmail} \
20	skel \
21	snmp \
22	syscons \
23	tabset \
24	termcap \
25	timedef \
26	zoneinfo
27
28.if !defined(NO_I4B)
29_isdn=		isdn
30.endif
31
32.if !defined(NO_DICT)
33_dict=	 	dict
34.endif
35
36.if !defined(NO_SENDMAIL)
37_sendmail=	 sendmail
38.endif
39
40.if !defined(NO_SHAREDOCS)
41_doc=		doc
42.endif
43
44.include <bsd.subdir.mk>
45