NetBSD/gnu/usr.sbin/Makefile
jmc 16d1b947b8 Build ncdcs on everything. Allows better set sharing (and we don't exclude
other 'system specific' binaries from other builds ala sunlabel, etc)
2005-10-27 17:39:35 +00:00

20 lines
371 B
Makefile

# $NetBSD: Makefile,v 1.14 2005/10/27 17:39:35 jmc Exp $
.include <bsd.own.mk>
SUBDIR= dbsym mdsetimage ncdcs
.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>