Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 2012/01/06 14:17:11 drochner Exp $
2
3INCSDIR= /usr/include/netipsec
4
5INCS=	ah_var.h  esp_var.h ipcomp_var.h ipip_var.h ipsec_var.h \
6	keysock.h
7INCS+=	ipsec.h
8
9.include <bsd.kinc.mk>
10