NetBSD/external/ibm-public/postfix/Makefile
tron 4e1f96faf8 Mirror the file system structure of the installed files in the structure
of the Makefiles as suggested by Christos Zoulas.
2009-06-25 18:21:50 +00:00

18 lines
451 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/06/25 18:21:50 tron Exp $
.include <bsd.own.mk>
SUBDIR= lib .WAIT libexec man sbin share
# The configinstall: target is invoked from the make distribution
# target in src/etc/Makefile. It is there for building the /etc/
# set. You don't want to run it normally as it would blow away your
# /etc/postfix directory.
configinstall:
${MAKEDIRTARGET} etc configinstall
.include "Makefile.inc"
.include <bsd.subdir.mk>