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
|
|
|
|
2000-01-19 19:18:50 +00:00
|
|
|
# Do not include `info' in the SUBDIR list, it is handled separately.
|
|
|
|
|
2001-05-23 13:32:32 +00:00
|
|
|
SUBDIR= colldef dict examples man me misc mk mklocale monetdef \
|
2001-02-08 17:33:55 +00:00
|
|
|
msgdef numericdef skel syscons tabset termcap timedef zoneinfo
|
1998-05-15 11:55:47 +00:00
|
|
|
|
2000-03-21 09:24:09 +00:00
|
|
|
.if !defined(NO_SHAREDOCS)
|
|
|
|
SUBDIR+= doc
|
|
|
|
.endif
|
|
|
|
|
2001-05-23 13:32:32 +00:00
|
|
|
.if !defined(NO_I4B)
|
|
|
|
SUBDIR+= isdn
|
|
|
|
.endif
|
|
|
|
|
2000-10-10 18:08:19 +00:00
|
|
|
.if !defined(NO_SENDMAIL)
|
|
|
|
SUBDIR+= sendmail
|
|
|
|
.endif
|
|
|
|
|
1994-05-30 19:09:18 +00:00
|
|
|
.include <bsd.subdir.mk>
|