aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/tcp/tcpmd5
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-02-11 14:04:18 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-02-11 14:04:18 +0000
commit1a36faad54665288ed4eb839d2a4699ae2ead45e (patch)
treed70718667dce07140839f680f261f409c9f95c83 /sys/modules/tcp/tcpmd5
parent5ca5951e319b1b495c758be73ec21ba7bc73a912 (diff)
parent07569d55334c6221ee70333030883bba9185978d (diff)
Merge ^/head r313301 through r313643.
Notes
svn path=/projects/clang400-import/; revision=313644
Diffstat (limited to 'sys/modules/tcp/tcpmd5')
-rw-r--r--sys/modules/tcp/tcpmd5/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/tcp/tcpmd5/Makefile b/sys/modules/tcp/tcpmd5/Makefile
new file mode 100644
index 000000000000..1337f1d5fd2d
--- /dev/null
+++ b/sys/modules/tcp/tcpmd5/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../netipsec
+
+KMOD= tcpmd5
+SRCS= xform_tcp.c opt_inet.h opt_inet6.h opt_ipsec.h
+
+opt_ipsec.h:
+ @echo "#define IPSEC_SUPPORT 1" > ${.TARGET}
+
+.include <bsd.kmod.mk>