Makefile revision 128612
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/Makefile 128612 2004-04-24 19:54:55Z 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_SENDMAIL)
33_sendmail=	 sendmail
34.endif
35
36.if !defined(NO_SHAREDOCS)
37_doc=		doc
38.endif
39
40.include <bsd.subdir.mk>
41