summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/atm/sscop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/netgraph/atm/sscop/Makefile')
-rw-r--r--sys/modules/netgraph/atm/sscop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/netgraph/atm/sscop/Makefile b/sys/modules/netgraph/atm/sscop/Makefile
index b9334dd..3270f13 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
OpenPOWER on IntegriCloud