Makefile revision 124750
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/Makefile 124750 2004-01-20 13:09:29Z ru $
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	syscons \
22	tabset \
23	termcap \
24	timedef \
25	zoneinfo
26
27.if !defined(NO_I4B)
28_isdn=		isdn
29.endif
30
31.if !defined(NO_SENDMAIL)
32_sendmail=	 sendmail
33.endif
34
35.if !defined(NO_SHAREDOCS)
36_doc=		doc
37.endif
38
39.include <bsd.subdir.mk>
40