mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 16:14:58 -04:00
To make this simpler, set the default contents of opt_ipsec.h for standalone modules in sys/conf/config.mk. Reviewed by: imp MFC after: 2 weeks Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D25046
8 lines
138 B
Makefile
8 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/netipsec
|
|
|
|
KMOD= tcpmd5
|
|
SRCS= xform_tcp.c opt_inet.h opt_inet6.h opt_ipsec.h
|
|
|
|
.include <bsd.kmod.mk>
|