From: Joerg Sonnenberger Date: Sat, 12 Feb 2005 03:06:23 +0000 (+0000) Subject: link in altq support. X-Git-Tag: v2.0.1~8809 X-Git-Url: https://gitweb.dragonflybsd.org/~mneumann/dragonfly.git/commitdiff_plain/bace0da70ef7c47d35f36e14a6b8ecde4a68c0ae link in altq support. --- diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile index 4204e3b8b5..e18e6e395a 100644 --- a/usr.sbin/authpf/Makefile +++ b/usr.sbin/authpf/Makefile @@ -1,5 +1,5 @@ # $OpenBSD: Makefile,v 1.10 2003/11/20 23:23:09 avsm Exp $ -# $DragonFly: src/usr.sbin/authpf/Makefile,v 1.1 2004/09/21 21:25:28 joerg Exp $ +# $DragonFly: src/usr.sbin/authpf/Makefile,v 1.2 2005/02/12 03:06:23 joerg Exp $ PROG= authpf MAN= authpf.8 @@ -8,7 +8,7 @@ BINGRP= authpf BINMODE= 6555 SRCS= authpf.c parse.y pfctl_parser.c pf_print_state.c SRCS+= pfctl_radix.c pfctl_osfp.c -#SRCS+= pfctl_altq.c +SRCS+= pfctl_altq.c WARNS?= 6 .PATH: ${.CURDIR}/../pfctl