23c8222edb
some files were imported to the different places from the previous version. v3_5: etc/pf.conf etc/pf.os etc/spamd.conf share/man/man4/pf.4 share/man/man4/pflog.4 share/man/man5/pf.conf.5 share/man/man5/pf.os.5 share/man/man5/spamd.conf.5 v3_6: dist/pf/etc/pf.conf dist/pf/etc/pf.os dist/pf/etc/spamd.conf dist/pf/share/man/man4/pf.4 dist/pf/share/man/man4/pflog.4 dist/pf/share/man/man5/pf.conf.5 dist/pf/share/man/man5/pf.os.5 dist/pf/share/man/man5/spamd.conf.5
16 lines
256 B
Makefile
16 lines
256 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/11/14 11:26:48 yamt Exp $
|
|
|
|
SUBDIR= authpf
|
|
SUBDIR+= ftp-proxy
|
|
SUBDIR+= pfctl
|
|
# notyet SUBDIR+= pflogd
|
|
SUBDIR+= spamd
|
|
SUBDIR+= spamd-setup
|
|
SUBDIR+= spamdb
|
|
SUBDIR+= spamlogd
|
|
|
|
SUBDIR+= man
|
|
SUBDIR+= etc
|
|
|
|
.include <bsd.subdir.mk>
|