From b9b8cbe237104b8529ebf001a6cdf08ead1bf4ba Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Sun, 25 Apr 2004 18:40:43 +0000 Subject: Make authpf exec pfctl instead of sucking in code from pfctl ok cedric@ --- usr.sbin/authpf/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'usr.sbin/authpf/Makefile') diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile index 0b4cb33192a..f2d43a658b0 100644 --- a/usr.sbin/authpf/Makefile +++ b/usr.sbin/authpf/Makefile @@ -1,18 +1,14 @@ -# $OpenBSD: Makefile,v 1.10 2003/11/20 23:23:09 avsm Exp $ +# $OpenBSD: Makefile,v 1.11 2004/04/25 18:40:42 beck Exp $ PROG= authpf MAN= authpf.8 BINOWN= root BINGRP= authpf BINMODE= 6555 -SRCS= authpf.c parse.y pfctl_parser.c pf_print_state.c pfctl_altq.c -SRCS+= pfctl_radix.c pfctl_osfp.c -CFLAGS+= -I${.CURDIR}/../../sbin/pfctl -Wall -.PATH: ${.CURDIR}/../../sbin/pfctl +SRCS= authpf.c +CFLAGS+= -Wall LDADD+= -lm DPADD+= ${LIBM} -CLEANFILES+=y.tab.h - .include -- cgit v1.2.3