diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2002-06-07 08:51:45 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2002-06-07 08:51:45 +0000 |
commit | 3d0fa528ebba6ad23adf7babd74b79c1caf3f1c8 (patch) | |
tree | 7758d97eefb199f7a1e1a57d3fd118c1bfb14cbf /usr.sbin/authpf/Makefile | |
parent | 5d682bb9ee5531da76c2a8597b6971707d3c1936 (diff) |
fix a few nits in theo's commit, make this install and run setgid authpf
so that it can remove the files it creates in /var/authpf
Diffstat (limited to 'usr.sbin/authpf/Makefile')
-rw-r--r-- | usr.sbin/authpf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile index daeed592619..f72b3f340a8 100644 --- a/usr.sbin/authpf/Makefile +++ b/usr.sbin/authpf/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2002/06/06 22:24:27 mickey Exp $ +# $OpenBSD: Makefile,v 1.4 2002/06/07 08:51:44 beck Exp $ PROG= authpf MAN= authpf.8 BINOWN= root -BINMODE= 4555 -SRCS= authpf.c parse.y pfctl_parser.c pf_print_state.c +BINGRP= authpf +BINMODE= 6555 +SRCS= authpf.c parse.y pfctl_parser.c CFLAGS+= -I${.CURDIR}/../../sbin/pfctl -Wall -Werror .PATH: ${.CURDIR}/../../sbin/pfctl |