Remove qmqpd again. perry will fix postfix set-permissions

This commit is contained in:
christos 2006-04-17 19:18:59 +00:00
parent 22b7f8f567
commit 2aa11212e6
4 changed files with 6 additions and 25 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2006/04/17 16:11:20 christos Exp $
# $NetBSD: Makefile,v 1.16 2006/04/17 19:18:59 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 qmqpd scache \
postlog postmap postqueue postsuper proxymap qmgr scache \
sendmail showq smtp smtpd spawn trivial-rewrite verify \
virtual proxymap

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2006/04/17 16:16:42 christos Exp $
# $NetBSD: Makefile,v 1.14 2006/04/17 19:18:59 christos Exp $
.include <bsd.own.mk>
@ -12,7 +12,7 @@ DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/html
PFX_DAEMONS= anvil.8.html bounce.8.html cleanup.8.html discard.8.html \
error.8.html flush.8.html lmtp.8.html local.8.html \
master.8.html oqmgr.8.html pickup.8.html pipe.8.html proxymap.8.html \
qmgr.8.html qmqpd.8.html scache.8.html showq.8.html smtp.8.html \
qmgr.8.html scache.8.html showq.8.html smtp.8.html \
smtpd.8.html spawn.8.html tlsmgr.8.html trivial-rewrite.8.html \
verify.8.html virtual.8.html
PFX_COMMANDS= postalias.1.html postcat.1.html \

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2006/04/17 16:11:20 christos Exp $
# $NetBSD: Makefile,v 1.12 2006/04/17 19:18:59 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 qmqpd.8 \
lmtp.8 master.8 pickup.8 pipe.8 qmgr.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

@ -1,19 +0,0 @@
# $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>