2003-10-19 03:46:26 +04:00
|
|
|
# $NetBSD: Makefile,v 1.11 2003/10/18 23:46:26 matt Exp $
|
2000-02-08 16:45:33 +03:00
|
|
|
|
2000-02-08 17:06:01 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2003-10-19 03:46:26 +04:00
|
|
|
SUBDIR= dbsym mdsetimage
|
2000-05-02 06:07:41 +04:00
|
|
|
|
2003-10-19 03:46:26 +04:00
|
|
|
.if ${MKPOSTFIX} != "no"
|
|
|
|
SUBDIR+= postfix
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (!defined(NO_SENDMAIL) || ${NO_SENDMAIL} == "no")
|
|
|
|
.if ${MKSENDMAIL} != "no"
|
2000-02-08 17:06:01 +03:00
|
|
|
SUBDIR+= sendmail
|
|
|
|
.endif
|
2003-10-19 03:46:26 +04:00
|
|
|
.endif
|
2000-02-08 16:45:33 +03:00
|
|
|
|
2003-07-04 08:53:50 +04:00
|
|
|
# Speedup stubs for some subtrees that don't need to run these rules
|
|
|
|
includes-dbsym includes-mdsetimage includes-postfix:
|
|
|
|
@true
|
|
|
|
|
2000-02-08 16:45:33 +03:00
|
|
|
.include <bsd.subdir.mk>
|