freebsd-dev/share/Makefile
Ruslan Ermilov f3bb47cca0 Add NO_I4B to avoid building/installing isdn4bsd package.
Prompted by:	Alexandr Listopad <laa@laa.zp.ua>
MFC after:	3 days
2001-05-23 13:32:32 +00:00

22 lines
419 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
# 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
.include <bsd.subdir.mk>