Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/usr.sbin/pf/spamlogd Pull up revision 1.3 (requested by j...
details: https://anonhg.NetBSD.org/src/rev/c4d53bfaea48
branches: netbsd-3
changeset: 575352:c4d53bfaea48
user: tron <tron%NetBSD.org@localhost>
date: Wed Apr 13 16:29:30 2005 +0000
description:
Pull up revision 1.3 (requested by jwise in ticket #138):
Finally, spamlogd -> pfspamlogd, for consistency.
diffstat:
usr.sbin/pf/spamlogd/Makefile | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 673076a0940e -r c4d53bfaea48 usr.sbin/pf/spamlogd/Makefile
--- a/usr.sbin/pf/spamlogd/Makefile Wed Apr 13 16:27:59 2005 +0000
+++ b/usr.sbin/pf/spamlogd/Makefile Wed Apr 13 16:29:30 2005 +0000
@@ -1,14 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2004/11/11 12:03:54 yamt Exp $
+# $NetBSD: Makefile,v 1.2.2.1 2005/04/13 16:29:30 tron Exp $
# $OpenBSD: Makefile,v 1.2 2004/02/27 19:41:39 david Exp $
-PROG= spamlogd
+PROG= pfspamlogd
SRCS= spamlogd.c
-MAN= spamlogd.8
+MAN= pfspamlogd.8
CPPFLAGS+=-I${NETBSDSRCDIR}/dist/pf/libexec/spamd
BINDIR= /usr/libexec
+pfspamlogd.8: spamlogd.8
+ cp $> $@
+
.include <bsd.prog.mk>
.PATH: ${NETBSDSRCDIR}/dist/pf/libexec/spamlogd
Home |
Main Index |
Thread Index |
Old Index