Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 2012/01/04 16:09:43 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	keydb.h
7INCS+=	ipsec.h
8
9.include <bsd.kinc.mk>
10