From 0c0a2110f196011e083b6e392c6d6a0a1893eebb Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Sun, 28 Apr 2024 22:31:02 -0600 Subject: package: move authpf into the FreeBSD-pf package Reviewed by: imp, manu Pull Request: https://github.com/freebsd/freebsd-src/pull/1198 --- usr.sbin/authpf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile index aa6c6e1058a5..44cd1838af7f 100644 --- a/usr.sbin/authpf/Makefile +++ b/usr.sbin/authpf/Makefile @@ -1,6 +1,7 @@ .PATH: ${SRCTOP}/contrib/pf/authpf +PACKAGE=pf PROG= authpf MAN= authpf.8 BINOWN= root -- cgit v1.2.3