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
13 lines
243 B
Makefile
13 lines
243 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/11/14 11:26:48 yamt Exp $
|
|
# $OpenBSD: Makefile,v 1.12 2004/04/25 19:24:52 deraadt Exp $
|
|
|
|
PROG= authpf
|
|
MAN= authpf.8
|
|
BINOWN= root
|
|
BINGRP= authpf
|
|
BINMODE= 6555
|
|
SRCS= authpf.c
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|