xref: /dragonfly/share/Makefile (revision 783d47c4)
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: src/share/Makefile,v 1.22.2.4 2002/03/12 17:13:32 phantom Exp $
3
4# Do not include `info' in the SUBDIR list, it is handled separately.
5
6SUBDIR= colldef dict doc examples i18n initrd locale man me misc mk monetdef \
7	msgdef numericdef skel syscons tabset termcap timedef zoneinfo
8
9.if !defined(NO_SENDMAIL)
10SUBDIR+= sendmail
11.endif
12
13.if defined(WANT_INSTALLER)
14SUBDIR+= installer
15.endif
16
17.include <bsd.subdir.mk>
18