NetBSD/gnu/usr.sbin/postfix/Makefile

42 lines
1.5 KiB
Makefile
Raw Normal View History

2002-02-03 02:21:45 +03:00
# $NetBSD: Makefile,v 1.8 2002/02/02 23:21:45 perry Exp $
# Note that the order here is picked to look much like that in the
# original Makefile.in in order to make it easier to visually compare
# when updating to a new version of Postfix.
# The first four of these are libraries and have to be built first.
2000-12-29 05:50:35 +03:00
.include <bsd.own.mk>
SUBDIR= util global dns masterlib .WAIT master postfix \
sendmail error pickup cleanup smtpd local \
lmtp trivial-rewrite qmgr smtp bounce pipe \
showq postalias postcat postconf postdrop \
2002-02-03 02:21:45 +03:00
postkick postlock postlog postmap postqueue \
postsuper nqmgr spawn flush virtual man README_FILES \
# smtpstone qmqpd proto html
2000-12-29 05:50:35 +03:00
.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
2000-05-02 17:16:56 +04:00
# 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)
# and html (unsure what to do with it (yet))
2000-05-02 17:16:56 +04:00
# 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 <bsd.subdir.mk>