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