2000-05-02 06:07:41 +04:00
|
|
|
# $NetBSD: Makefile,v 1.3 2000/05/02 02:07:41 perry 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>
|
|
|
|
|
2000-05-02 06:07:41 +04:00
|
|
|
SUBDIR= postfix
|
|
|
|
|
2000-02-08 17:06:01 +03:00
|
|
|
.if !defined(NO_SENDMAIL)
|
|
|
|
SUBDIR+= sendmail
|
|
|
|
.endif
|
2000-02-08 16:45:33 +03:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|