diff options
Diffstat (limited to 'sys/modules/netgraph/atm/sscfu/Makefile')
-rw-r--r-- | sys/modules/netgraph/atm/sscfu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/netgraph/atm/sscfu/Makefile b/sys/modules/netgraph/atm/sscfu/Makefile index 278159f..3d747c7 100644 --- a/sys/modules/netgraph/atm/sscfu/Makefile +++ b/sys/modules/netgraph/atm/sscfu/Makefile @@ -3,9 +3,9 @@ # Author: Harti Brandt <harti@freebsd.org> # -LIBBASE= ${.CURDIR}/../../../../contrib/ngatm +LIBBASE= ${SRCTOP}/sys/contrib/ngatm -.PATH: ${.CURDIR}/../../../../netgraph/atm/sscfu ${LIBBASE}/netnatm/saal +.PATH: ${SRCTOP}/sys/netgraph/atm/sscfu ${LIBBASE}/netnatm/saal KMOD= ng_sscfu SRCS= ng_sscfu.c saal_sscfu.c |