]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/tcp/tcpmd5/Makefile
MFV r348553: 9681 ztest failure in spa_history_log_internal due to spa_rename()
[FreeBSD/FreeBSD.git] / sys / modules / tcp / tcpmd5 / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/netipsec
4
5 KMOD=   tcpmd5
6 SRCS=   xform_tcp.c opt_inet.h opt_inet6.h opt_ipsec.h
7
8 opt_ipsec.h:
9         @echo "#define IPSEC_SUPPORT 1" > ${.TARGET}
10
11 .include <bsd.kmod.mk>