The NXCC (native C compiler) misnamed OBJFORMATPATH, it neesd to be
[dragonfly.git] / share / Makefile
... / ...
CommitLineData
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# $DragonFly: src/share/Makefile,v 1.2 2003/06/17 04:36:52 dillon Exp $
4
5# Do not include `info' in the SUBDIR list, it is handled separately.
6
7SUBDIR= colldef dict examples man me misc mk mklocale monetdef \
8 msgdef numericdef skel syscons tabset termcap timedef zoneinfo
9
10.if !defined(NO_SHAREDOCS)
11SUBDIR+= doc
12.endif
13
14.if !defined(NO_I4B)
15SUBDIR+= isdn
16.endif
17
18.if !defined(NO_SENDMAIL)
19SUBDIR+= sendmail
20.endif
21
22.include <bsd.subdir.mk>