# $NetBSD: Makefile,v 1.9 2002/12/24 21:21:03 perry Exp $ # The first four of these are libraries and have to be built first. .include SUBDIR= util global dns masterlib .WAIT \ README_FILES bounce cleanup error flush html \ lmtp local man master nqmgr pickup pipe postalias \ postcat postconf postdrop postfix postkick postlock \ postlog postmap postqueue postsuper qmgr sendmail \ showq smtp smtpd spawn trivial-rewrite virtual .if ${MKSHARE} != "no" || \ make(clean) || make(cleandir) || make(distclean) || make(obj) SUBDIR+=conf .endif # We don't want to build postfix-script (at least for now) because # we're now treating it as a configuration file, per Wietse Venema's # request. We now have conf/Makefile install a copy into # share/examples/postfix, and postfix-etc/Makefile (only called by # make distribution) installs a copy in /etc/postfix # also not built: smtpstone (unneeded), qmqpd (unneeded) # The distribution: 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. distribution: cd ${.CURDIR}/postfix-etc; ${MAKE} install .include