blob: 9d000a85802f948e6276389a7e0be8881ed6cb0c (
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 1999/05/30 18:18:31 tron Exp $
--- cleanup/Makefile.orig Sun May 30 18:49:12 1999
+++ cleanup/Makefile Sun May 30 18:49:12 1999
@@ -0,0 +1,18 @@
+# $NetBSD: patch-ad,v 1.1 1999/05/30 18:18:31 tron 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}
+
+# XXX
+NOMAN=1
+
+.include <bsd.prog.mk>
|