mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
7 lines
141 B
Makefile
7 lines
141 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/netipsec
|
|
|
|
KMOD= tcpmd5
|
|
SRCS= xform_tcp.c opt_inet.h opt_inet6.h opt_ipsec.h opt_kern_tls.h
|
|
|
|
.include <bsd.kmod.mk>
|