summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/Makefile
blob: ac6889ad63ed50d05432f73e3a7819301a80274e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.10 2003/07/04 04:53:50 atatat Exp $

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

SUBDIR=		dbsym mdsetimage postfix

.if !defined(NO_SENDMAIL) || ${NO_SENDMAIL} == "no"
SUBDIR+=	sendmail
.endif

# Speedup stubs for some subtrees that don't need to run these rules
includes-dbsym includes-mdsetimage includes-postfix:
	@true

.include <bsd.subdir.mk>