Merge from vendor branch TNF:
[pkgsrcv2.git] / mail / postfix / patches / patch-bd
1 $NetBSD: patch-bd,v 1.1 1999/05/30 18:18:33 tron Exp $
2
3 --- qmgr/Makefile.orig  Wed Apr 26 20:25:56 2000
4 +++ qmgr/Makefile       Wed Apr 26 20:39:45 2000
5 @@ -0,0 +1,16 @@
6 +#      $NetBSD: patch-bd,v 1.1 1999/05/30 18:18:33 tron Exp $
7 +.include "../conf/main.cf"
8 +PROG=  qmgr
9 +BINDIR=${daemon_directory}
10 +
11 +SRCS   = qmgr.c qmgr_active.c qmgr_transport.c qmgr_queue.c qmgr_entry.c \
12 +       qmgr_message.c qmgr_deliver.c qmgr_move.c qmgr_rcpt_list.c \
13 +       qmgr_defer.c qmgr_enable.c qmgr_scan.c qmgr_bounce.c
14 +
15 +DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
16 +LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL} ${AUXLIBS}
17 +
18 +# XXX
19 +NOMAN=1
20 +
21 +.include <bsd.prog.mk>