HardenedBSD/share/Makefile

18 lines
381 B
Makefile
Raw Normal View History

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
# Do not include `info' in the SUBDIR list, it is handled separately.
SUBDIR= colldef dict examples isdn man me misc mk mklocale monetdef \
msgdef numericdef skel syscons tabset termcap timedef zoneinfo
.if !defined(NO_SHAREDOCS)
SUBDIR+= doc
.endif
.if !defined(NO_SENDMAIL)
SUBDIR+= sendmail
.endif
1994-05-30 21:09:18 +02:00
.include <bsd.subdir.mk>