blob: c33b65b04222bab3f1d3783db6fa6c4d2c6896b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $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>
|