Avoid staging conflict for examples/pf

If we are staging, let examples/pf stage its bits.
This commit is contained in:
Simon J. Gerraty 2023-04-18 20:23:23 -07:00
parent 5ef0969e62
commit 901efd8bb9

View File

@ -215,6 +215,7 @@ SE_PERFMON= \
.if ${MK_PF} != "no"
SE_DIRS+= pf
.if ${MK_STAGING} == "no"
SE_PF= \
ackpri \
faq-example1 \
@ -227,6 +228,7 @@ SE_PF= \
queue4 \
spamd
.endif
.endif
SE_DIRS+= ppi
SE_PPI= \