2001-01-09 11:52:56 +03:00
|
|
|
# $NetBSD: Makefile,v 1.4 2001/01/09 08:52:59 enami Exp $
|
2000-02-08 16:45:33 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2001-01-09 11:52:56 +03:00
|
|
|
SUBDIR= libsmdb libsmutil .WAIT \
|
|
|
|
sendmail mailstats makemap praliases smrsh
|
2000-02-08 16:45:33 +03:00
|
|
|
|
2000-10-23 08:38:38 +04:00
|
|
|
.if ${MKDOC} != "no"
|
|
|
|
SUBDIR+= doc
|
|
|
|
.endif
|
|
|
|
|
2000-02-08 16:45:33 +03:00
|
|
|
.if ${MKSHARE} != "no"
|
2000-10-23 08:38:38 +04:00
|
|
|
SUBDIR+= cf/cf
|
2000-02-08 16:45:33 +03:00
|
|
|
.if make(install)
|
2000-05-03 14:50:04 +04:00
|
|
|
SUBDIR+= cf
|
2000-02-08 16:45:33 +03:00
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|