xref: /netbsd-src/sys/dev/gpib/Makefile (revision 12379e3ba8655ebc84f8c967149d9c1772085211)
1#	$NetBSD: Makefile,v 1.1 2003/06/02 03:45:41 gmcgarry Exp $
2
3INCSDIR= /usr/include/dev/gpib
4
5# Only install includes which are used by userland
6INCS=	gpibio.h ppiio.h
7
8.include <bsd.kinc.mk>
9