NetBSD/sys/netipsec/Makefile
knakahara 4ab3af3e3e add ipsec(4) interface, which is used for route-based VPN.
man and ATF are added later, please see man for details.

reviewed by christos@n.o, joerg@n.o and ozaki-r@n.o, thanks.
https://mail-index.netbsd.org/tech-net/2017/12/18/msg006557.html
2018-01-10 10:56:30 +00:00

11 lines
226 B
Makefile

# $NetBSD: Makefile,v 1.6 2018/01/10 10:56:30 knakahara Exp $
INCSDIR= /usr/include/netipsec
INCS= ah_var.h esp_var.h ipcomp_var.h ipip_var.h ipsec_var.h \
keysock.h
INCS+= ipsec.h
INCS+= ipsecif.h
.include <bsd.kinc.mk>