df0caa2637
appeared and whether it's really part of pf or not is still unclear. Looking at the other *BSDs it seems that they have left out spamd when importing pf, and now we do that too. Also, the name conflicted with another more popular used tool, after the rename to pfspamd it was left with completely unusable documentation which apparently no-one wanted to fix. A port of the latest spamd will be imported into pkgsrc soon. Suggested by several people, no objections on last proposal on tech-userlevel.
12 lines
271 B
Makefile
12 lines
271 B
Makefile
# $NetBSD: Makefile,v 1.2 2005/06/27 20:32:40 peter Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
FILESDIR= /usr/share/examples/pf
|
|
FILES= ackpri faq-example1 faq-example2 faq-example3
|
|
FILES+= queue1 queue2 queue3 queue4
|
|
|
|
.PATH: ${NETBSDSRCDIR}/dist/pf/share/pf
|
|
|
|
.include <bsd.prog.mk>
|