summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/Makefile
blob: e519649dd61462f700e6714fcf8ca5afe96d80ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.5 2001/12/15 03:23:39 thorpej Exp $

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

SUBDIR=		dbsym mdsetimage postfix

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

.include <bsd.subdir.mk>