git: 0c0a2110f196 - main - package: move authpf into the FreeBSD-pf package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Apr 2024 04:34:25 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=0c0a2110f196011e083b6e392c6d6a0a1893eebb
commit 0c0a2110f196011e083b6e392c6d6a0a1893eebb
Author: Lexi Winter <lexi@le-Fay.ORG>
AuthorDate: 2024-04-29 04:31:02 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-29 04:33:02 +0000
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