diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1999-12-04 03:52:29 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1999-12-04 03:52:29 +0000 |
| commit | 907b6f57b98d62c834ddde79b0c24f31d77b37c4 (patch) | |
| tree | de41aa255e3bfdb90af61a657b6ae78d3bc8c75d /sys/modules/netgraph | |
| parent | d68e2acd952631472ec8c60ec409be20af5e207f (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph')
| -rw-r--r-- | sys/modules/netgraph/bpf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/netgraph/bpf/Makefile b/sys/modules/netgraph/bpf/Makefile index 6f1714c9677f..704b98a1aaa9 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> |
