summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-12-04 03:52:29 +0000
committerjulian <julian@FreeBSD.org>1999-12-04 03:52:29 +0000
commit10d513e35c8558bd0ffa87e77e9a1b1cac2ce11d (patch)
treeefc054cfe6fc558b5440bdca91280829a7e666a1 /sys/modules/netgraph
parentca7199ffd87ae62358f1cbd08a9ad70d5028227c (diff)
downloadFreeBSD-src-10d513e35c8558bd0ffa87e77e9a1b1cac2ce11d.zip
FreeBSD-src-10d513e35c8558bd0ffa87e77e9a1b1cac2ce11d.tar.gz
forgot .CURDIR
caught by Steven G. Kargl <kargl@troutmask.apl.washington.edu>
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/bpf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/netgraph/bpf/Makefile b/sys/modules/netgraph/bpf/Makefile
index 6f1714c..704b98a 100644
--- a/sys/modules/netgraph/bpf/Makefile
+++ b/sys/modules/netgraph/bpf/Makefile
@@ -6,6 +6,6 @@ SRCS= ng_bpf.c bpf_filter.c
MAN8= ng_bpf.8
KMODDEPS= netgraph
-.PATH: ../../../net
+.PATH: ${.CURDIR}/../../../net
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud