summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/Makefile
blob: c4e08ac60b8745f639fac5fb02a92c7d2466deae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.3 2000/05/02 02:07:41 perry Exp $

# XXX Temporary for NO_SENDMAIL
.include <bsd.own.mk>

SUBDIR=		postfix

.if !defined(NO_SENDMAIL)
SUBDIR+=	sendmail
.endif

.include <bsd.subdir.mk>