freebsd-dev/share/Makefile

26 lines
498 B
Makefile
Raw Normal View History

1994-05-30 19:09:18 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/5/93
1999-10-17 13:42:03 +00:00
# $FreeBSD$
1994-05-30 19:09:18 +00:00
# Do not include `info' in the SUBDIR list, it is handled separately.
2002-05-10 00:57:14 +00:00
SUBDIR= colldef dict examples man me misc mk monetdef \
msgdef numericdef skel syscons tabset termcap timedef zoneinfo
2002-05-10 00:57:14 +00:00
.if ${MACHINE_ARCH} != "sparc64"
SUBDIR+= mklocale
.endif
.if !defined(NO_SHAREDOCS) && ${MACHINE_ARCH} != "ia64"
SUBDIR+= doc
.endif
.if !defined(NO_I4B)
SUBDIR+= isdn
.endif
.if !defined(NO_SENDMAIL)
SUBDIR+= sendmail
.endif
1994-05-30 19:09:18 +00:00
.include <bsd.subdir.mk>