9 lines
192 B
Makefile
9 lines
192 B
Makefile
|
# $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>
|