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