diff options
author | 2003-08-22 15:25:50 +0000 | |
---|---|---|
committer | 2003-08-22 15:25:50 +0000 | |
commit | 495e98e8be12c4999498f640a0508048c8be098d (patch) | |
tree | fa639eb25ebc77f453cab5b09cd114545c69f00b | |
parent | spamd example (diff) | |
download | wireguard-openbsd-495e98e8be12c4999498f640a0508048c8be098d.tar.xz wireguard-openbsd-495e98e8be12c4999498f640a0508048c8be098d.zip |
+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: |