1994-05-30 15:09:18 -04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
1999-10-17 09:42:03 -04:00
|
|
|
# $FreeBSD$
|
1994-05-30 15:09:18 -04:00
|
|
|
|
2000-01-19 14:18:50 -05:00
|
|
|
# Do not include `info' in the SUBDIR list, it is handled separately.
|
|
|
|
|
|
2000-03-21 04:24:09 -05:00
|
|
|
SUBDIR= colldef dict examples isdn man me misc mk mklocale skel \
|
1998-10-01 10:48:58 -04:00
|
|
|
syscons tabset termcap timedef zoneinfo
|
1998-05-15 07:55:47 -04:00
|
|
|
|
2000-03-21 04:24:09 -05:00
|
|
|
.if !defined(NO_SHAREDOCS)
|
|
|
|
|
SUBDIR+= doc
|
|
|
|
|
.endif
|
|
|
|
|
|
2000-10-10 14:08:19 -04:00
|
|
|
.if !defined(NO_SENDMAIL)
|
|
|
|
|
SUBDIR+= sendmail
|
|
|
|
|
.endif
|
|
|
|
|
|
1994-05-30 15:09:18 -04:00
|
|
|
.include <bsd.subdir.mk>
|