2003-07-04 08:53:50 +04:00
|
|
|
# $NetBSD: Makefile,v 1.10 2003/07/04 04:53:50 atatat Exp $
|
2000-02-08 16:45:33 +03:00
|
|
|
|
2000-02-08 17:06:01 +03:00
|
|
|
# XXX Temporary for NO_SENDMAIL
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2003-03-06 01:09:07 +03:00
|
|
|
SUBDIR= dbsym mdsetimage postfix
|
2000-05-02 06:07:41 +04:00
|
|
|
|
2003-01-09 19:57:45 +03:00
|
|
|
.if !defined(NO_SENDMAIL) || ${NO_SENDMAIL} == "no"
|
2000-02-08 17:06:01 +03:00
|
|
|
SUBDIR+= sendmail
|
|
|
|
.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>
|