Add qmqpd.

This commit is contained in:
christos 2006-04-17 16:11:20 +00:00
parent f563f92980
commit 2ab3510195
3 changed files with 23 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2005/08/18 22:30:36 rpaulo Exp $
# $NetBSD: Makefile,v 1.15 2006/04/17 16:11:20 christos Exp $
# The first four/five of these are libraries and have to be built first.
@ -12,7 +12,7 @@ SUBDIR= util global dns masterlib .WAIT
SUBDIR+=README_FILES anvil bounce cleanup discard error flush html \
lmtp local man master oqmgr pickup pipe postalias \
postcat postconf postdrop postfix postkick postlock \
postlog postmap postqueue postsuper proxymap qmgr scache \
postlog postmap postqueue postsuper proxymap qmgr qmqpd scache \
sendmail showq smtp smtpd spawn trivial-rewrite verify \
virtual proxymap

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2005/08/18 22:30:37 rpaulo Exp $
# $NetBSD: Makefile,v 1.11 2006/04/17 16:11:20 christos Exp $
.include <bsd.own.mk>
@ -6,7 +6,7 @@ DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/man/man8
.PATH: ${DIST}
MAN= anvil.8 bounce.8 cleanup.8 discard.8 error.8 local.8 \
lmtp.8 master.8 pickup.8 pipe.8 qmgr.8 \
lmtp.8 master.8 pickup.8 pipe.8 qmgr.8 qmqpd.8 \
scache.8 showq.8 smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 \
oqmgr.8 spawn.8 flush.8 virtual.8 \
verify.8 proxymap.8

View File

@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1 2006/04/17 16:11:20 christos Exp $
NOMAN= # defined
.include <bsd.own.mk>
PROG= qmqpd
DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/src/${PROG}
.PATH: ${DIST}
BINDIR= ${PFIX_LIBEXECDIR}
SRCS= qmqpd.c qmqpd_state.c qmqpd_peer.c
DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
.include <bsd.prog.mk>