16 lines
324 B
Makefile
16 lines
324 B
Makefile
# $NetBSD: Makefile,v 1.15 2006/05/30 00:43:09 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= dbsym mdsetimage ncdcs
|
|
|
|
.if ${MKPOSTFIX} != "no"
|
|
SUBDIR+= postfix
|
|
.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>
|