NetBSD/sys/netinet6/Makefile
drochner 47a381e15e more IPSEC header cleanup: don't install unneeded headers to userland,
and remove some differences berween KAME and FAST_IPSEC
2012-01-06 14:17:10 +00:00

12 lines
298 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/01/06 14:17:11 drochner Exp $
INCSDIR= /usr/include/netinet6
INCS= in6.h in6_gif.h in6_ifattach.h in6_pcb.h \
in6_var.h ip6_mroute.h ip6_var.h ip6protosw.h \
mld6_var.h nd6.h pim6.h pim6_var.h \
raw_ip6.h udp6.h udp6_var.h
INCS+= ipsec.h
.include <bsd.kinc.mk>