freebsd-skq/share/Makefile
remko 209c430c50 Semi-MFC Makefile v 1.37 (changed in order to reflect 6.X behaviour)
Make zoneinfo optional so that a filesystem upgrade/update does not overwrite
  possibly installed thirdparte zoneinfo databases (from ports for example).

  Submitted by: Mark Andrews <Mark_Andrews at isc dot org> (original patch
  rewritten by me to be more consistent with the new practise).
  Approved by: re (kensmith)
  Approved by: imp (mentor)
  Reviewed by: ru (some time ago already)

Approved by: imp (mentor, implicit MFC)
2007-08-26 15:57:06 +00:00

49 lines
617 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} \
${_doc} \
examples \
${_isdn} \
man \
me \
misc \
mk \
mklocale \
monetdef \
msgdef \
numericdef \
${_sendmail} \
skel \
snmp \
syscons \
tabset \
termcap \
timedef \
${_zoneinfo}
.if !defined(NO_I4B)
_isdn= isdn
.endif
.if !defined(NO_DICT)
_dict= dict
.endif
.if !defined(NO_SENDMAIL)
_sendmail= sendmail
.endif
.if !defined(NO_SHAREDOCS)
_doc= doc
.endif
.if !defined(NO_ZONEINFO)
_zoneinfo= zoneinfo
.endif
.include <bsd.subdir.mk>