summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/Makefile
blob: 27aa934cce7888680825007657f1fb1edbb0640e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#	$NetBSD: Makefile,v 1.13 2004/01/06 02:10:43 lukem Exp $

.include <bsd.own.mk>

SUBDIR=		dbsym mdsetimage

.if ${MACHINE} == "ibmnws"
SUBDIR+=	ncdcs
.endif

.if ${MKPOSTFIX} != "no"
SUBDIR+=	postfix
.endif

.if ${MKSENDMAIL} != "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>