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