Move pf.os to sbin/pfctl/

Approved by:	will (mentor)
Glanced at by:	kp
Sponsored by:	Essen Hackathon
Differential Revision:	https://reviews.freebsd.org/D16557
This commit is contained in:
Brad Davis 2018-08-11 13:58:26 +00:00
parent bf8a86cd14
commit 6d76ed56a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337627
3 changed files with 1 additions and 4 deletions

View file

@ -93,10 +93,6 @@ SSH= ${SRCTOP}/crypto/openssh/ssh_config \
SSL= ${SRCTOP}/crypto/openssl/apps/openssl.cnf
.endif
.if ${MK_PF} != "no"
BIN1+= pf.os
.endif
.if ${MK_SENDMAIL} != "no"
BIN1+= rc.sendmail
.endif

View file

@ -6,6 +6,7 @@
.PATH: ${SRCTOP}/sys/netpfil/pf
PACKAGE=pf
CONFS= pf.os
PROG= pfctl
MAN= pfctl.8