aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-12-15 16:28:18 +0000
committerCy Schubert <cy@FreeBSD.org>2021-12-20 14:16:33 +0000
commit3b9b51fe464ebb91e894742a6a0e6417e256f03a (patch)
tree5c1429e671e52fb0dd3700fdc912c8bb74cc5c09 /include/Makefile
parentc399283c71e310e1573e8d27f9cb9d27a4ea3376 (diff)
downloadsrc-3b9b51fe464ebb91e894742a6a0e6417e256f03a.tar.gz
src-3b9b51fe464ebb91e894742a6a0e6417e256f03a.zip
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 1d6557cdad1e..76f713daf62c 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -177,7 +177,7 @@ PCIDIR= ${INCLUDEDIR}/dev/pci
VERIEXEC= veriexec_ioctl.h
VERIEXECDIR= ${INCLUDEDIR}/dev/veriexec
-.PATH: ${SRCTOP}/sys/contrib/ipfilter/netinet
+.PATH: ${SRCTOP}/sys/netpfil/ipfilter/netinet
IPFILTER= ip_auth.h \
ip_compat.h \
ip_dstlist.h \
@@ -408,7 +408,7 @@ symlinks: .PHONY .META
.endfor
.if ${MK_IPFILTER} != "no"
cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
- $$(printf '../../../%s ' sys/contrib/ipfilter/netinet/*.h) \
+ $$(printf '../../../%s ' sys/netpfil/ipfilter/netinet/*.h) \
${SDESTDIR}${INCLUDEDIR}/netinet;
.endif
.if ${MK_PF} != "no"