blob: 48ab110eb07426b3a24c7836fd5b9a3904c6c7f4 (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile,v 1.1 2003/06/02 03:45:41 gmcgarry Exp $
INCSDIR= /usr/include/dev/gpib
# Only install includes which are used by userland
INCS= gpibio.h ppiio.h
.include <bsd.kinc.mk>
|