summaryrefslogtreecommitdiffstats
path: root/sys/modules/tcp/tcpmd5/Makefile
blob: a92e78747948730a0b8c8030808e6a3fc5973d65 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.PATH: ${SRCTOP}/sys/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