xref: /netbsd/external/ibm-public/postfix/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.3 2009/06/25 18:21:50 tron Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=	lib .WAIT libexec man sbin share
6
7# The configinstall: target is invoked from the make distribution
8# target in src/etc/Makefile. It is there for building the /etc/
9# set. You don't want to run it normally as it would blow away your
10# /etc/postfix directory.
11
12configinstall:
13	${MAKEDIRTARGET} etc configinstall
14
15.include "Makefile.inc"
16
17.include <bsd.subdir.mk>
18