1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-01 08:27:59 +00:00
freebsd/share/Makefile
Ruslan Ermilov 24dfc36033 Normalize.
2004-01-20 13:09:29 +00:00

40 lines
503 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 \
syscons \
tabset \
termcap \
timedef \
zoneinfo
.if !defined(NO_I4B)
_isdn= isdn
.endif
.if !defined(NO_SENDMAIL)
_sendmail= sendmail
.endif
.if !defined(NO_SHAREDOCS)
_doc= doc
.endif
.include <bsd.subdir.mk>