2009-06-23 21:58:22 +04:00
|
|
|
# $NetBSD: Makefile,v 1.2 2009/06/23 17:58:24 tron Exp $
|
2009-06-23 19:02:51 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
.if ${MKPOSTFIX} != "no"
|
|
|
|
SUBDIR+= postfix
|
|
|
|
.endif
|
|
|
|
|
2009-06-23 21:58:22 +04:00
|
|
|
# Speedup stubs for some subtrees that don't need to run these rules
|
|
|
|
includes-postfix:
|
|
|
|
@true
|
|
|
|
|
2009-06-23 19:02:51 +04:00
|
|
|
.include <bsd.subdir.mk>
|