freebsd-dev/share/Makefile

22 lines
419 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.
SUBDIR= colldef dict examples man me misc mk mklocale monetdef \
msgdef numericdef skel syscons tabset termcap timedef zoneinfo
.if !defined(NO_SHAREDOCS)
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>