summaryrefslogtreecommitdiff
path: root/dist/pf/usr.sbin/authpf/Makefile
blob: ff685a5471081004588420fd65796a620fe7052a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$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>