xref: /netbsd/external/ibm-public/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.2 2009/06/23 17:58:24 tron Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKPOSTFIX} != "no"
6SUBDIR+=	postfix
7.endif
8
9# Speedup stubs for some subtrees that don't need to run these rules
10includes-postfix:
11	@true
12
13.include <bsd.subdir.mk>
14