summaryrefslogtreecommitdiffstats
path: root/sys/modules/tcp
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/tcp')
-rw-r--r--sys/modules/tcp/fastpath/Makefile2
-rw-r--r--sys/modules/tcp/tcpmd5/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/tcp/fastpath/Makefile b/sys/modules/tcp/fastpath/Makefile
index c6469fe..389d49e 100644
--- a/sys/modules/tcp/fastpath/Makefile
+++ b/sys/modules/tcp/fastpath/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
#
-.PATH: ${.CURDIR}/../../../netinet/tcp_stacks
+.PATH: ${SRCTOP}/sys/netinet/tcp_stacks
KMOD= fastpath
SRCS= fastpath.c
diff --git a/sys/modules/tcp/tcpmd5/Makefile b/sys/modules/tcp/tcpmd5/Makefile
index 1337f1d..a92e787 100644
--- a/sys/modules/tcp/tcpmd5/Makefile
+++ b/sys/modules/tcp/tcpmd5/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../../netipsec
+.PATH: ${SRCTOP}/sys/netipsec
KMOD= tcpmd5
SRCS= xform_tcp.c opt_inet.h opt_inet6.h opt_ipsec.h
OpenPOWER on IntegriCloud