4ab3af3e3e
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
11 lines
226 B
Makefile
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>
|