diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-08-22 15:25:51 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-08-22 15:25:51 +0000 |
commit | 9a1d685e6a546018b663660279d20c3b65eb1ca5 (patch) | |
tree | 701643a61697c36b3c51c4ff0b9761136f89e4b0 | |
parent | a23fb7db7743f616797198f69b8221c99f824acc (diff) |
+spamd (oups)
-rw-r--r-- | share/pf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/pf/Makefile b/share/pf/Makefile index a989eb13f65..2af1d039416 100644 --- a/share/pf/Makefile +++ b/share/pf/Makefile @@ -1,7 +1,8 @@ # -# $OpenBSD: Makefile,v 1.5 2003/08/02 18:25:49 henning Exp $ +# $OpenBSD: Makefile,v 1.6 2003/08/22 15:25:50 henning Exp $ # FILES= queue1 queue2 queue3 ackpri faq-example1 faq-example2 faq-example3 +FILES+= spamd NOOBJ= noobj all clean cleandir depend lint tags: |