summaryrefslogtreecommitdiffstats
path: root/sys/modules/tcp/tcpmd5/Makefile
blob: 1337f1d5fd2d8e31403e17aeeee28b19cfe73c88 (plain)
1
2
3
4
5
6
7
8
9
10
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>
OpenPOWER on IntegriCloud