2006-05-30 04:42:29 +04:00
|
|
|
# $NetBSD: Makefile,v 1.15 2006/05/30 00:43:09 christos Exp $
|
2000-02-08 16:45:33 +03:00
|
|
|
|
2000-02-08 17:06:01 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2005-10-27 21:39:35 +04:00
|
|
|
SUBDIR= dbsym mdsetimage ncdcs
|
2003-10-19 07:34:59 +04:00
|
|
|
|
2003-10-19 03:46:26 +04:00
|
|
|
.if ${MKPOSTFIX} != "no"
|
|
|
|
SUBDIR+= postfix
|
|
|
|
.endif
|
|
|
|
|
2003-07-04 08:53:50 +04:00
|
|
|
# Speedup stubs for some subtrees that don't need to run these rules
|
|
|
|
includes-dbsym includes-mdsetimage includes-postfix:
|
|
|
|
@true
|
|
|
|
|
2000-02-08 16:45:33 +03:00
|
|
|
.include <bsd.subdir.mk>
|