diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 10:10:17 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 10:10:17 +0000 |
| commit | 193d9e768ba63fcfb187cfd17f461f7d41345048 (patch) | |
| tree | 0bd611a14f41427d2dd6120d82a36544617899be /sys/modules/ipfw/Makefile | |
| parent | abe427af75e9478f8ab875b40333d594d1fb46ac (diff) | |
Notes
Diffstat (limited to 'sys/modules/ipfw/Makefile')
| -rw-r--r-- | sys/modules/ipfw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index a8348bd2dc43c..1b0e79a4c3fd2 100644 --- a/sys/modules/ipfw/Makefile +++ b/sys/modules/ipfw/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../netpfil/ipfw +.PATH: ${SRCTOP}/sys/netpfil/ipfw KMOD= ipfw SRCS= ip_fw2.c ip_fw_pfil.c ip_fw_bpf.c |
