]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pfctl: Fix NOCLEAN build
authorKristof Provost <kp@FreeBSD.org>
Wed, 6 Jan 2021 21:07:25 +0000 (22:07 +0100)
committerKristof Provost <kp@FreeBSD.org>
Wed, 6 Jan 2021 21:07:46 +0000 (22:07 +0100)
commitc38e59ce1b0a6c030a942d0814d581dbd7f67e3c
tree2d798072f5efd03c6417834a0a29779993ab3f3c
parentca71c7e3bb0a1589a3100a2f7a90d463ae7694c8
pfctl: Fix NOCLEAN build

We've created a new pf_ruleset.c file for pfctl and no longer use the
kernel vrsion, but the build system doesn't handle this dependency
change correctly. Delete the dependency file if it contains the kernel
version of the file.

MFC after: 2 weeks
tools/build/depend-cleanup.sh