summaryrefslogtreecommitdiff
path: root/mail/postfix-current/patches/patch-ad
blob: bb37c662d9048ea1f9a75533d0b3d988bb5cf6bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-ad,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $

--- cleanup/Makefile.orig	Wed Apr 26 20:25:53 2000
+++ cleanup/Makefile	Wed Apr 26 20:38:21 2000
@@ -0,0 +1,18 @@
+#	$NetBSD: patch-ad,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $
+.include "../conf/main.cf"
+
+PROG=	cleanup
+BINDIR=${daemon_directory}
+
+SRCS	= cleanup.c cleanup_out.c cleanup_envelope.c cleanup_message.c \
+	cleanup_extracted.c cleanup_state.c cleanup_skip.c cleanup_rewrite.c \
+	cleanup_map11.c cleanup_map1n.c cleanup_masquerade.c \
+	cleanup_out_recipient.c
+
+DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
+LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL} ${AUXLIBS}
+
+# XXX
+NOMAN=1
+
+.include <bsd.prog.mk>