NetBSD/gnu/usr.sbin/Makefile
matt 8d6789fc05 Add ncdcs utility (for ibmnws port). Calculates and writes the NCD checksum
used in kernel files.  Only built for ibmnws port.
2003-10-19 03:34:59 +00:00

26 lines
477 B
Makefile

# $NetBSD: Makefile,v 1.12 2003/10/19 03:34:59 matt Exp $
.include <bsd.own.mk>
SUBDIR= dbsym mdsetimage
.if ${MACHINE} == "ibmnws"
SUBDIR+= ncdcs
.endif
.if ${MKPOSTFIX} != "no"
SUBDIR+= postfix
.endif
.if (!defined(NO_SENDMAIL) || ${NO_SENDMAIL} == "no")
.if ${MKSENDMAIL} != "no"
SUBDIR+= sendmail
.endif
.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>