NetBSD/sys/dev/isa/Makefile
dyoung d3627477d7 Certain misguided people have complained, NetBSD only runs rare or
"retro" computers, but NetBSD also runs a growing number of rare
and retro add-on cards.  With this patch, NetBSD supports the IDEC
Supervision/16, a black&white image capture board for the 16-bit
ISA bus.  Approximate date of manufacture: 1991.  Total instances
known to be in use throughout the world: one.

Coming soon; isvctl(8), the utility program for capturing 8-bit,
512x480 images at speeds of up to 6 frames per second.
2008-04-02 01:34:36 +00:00

9 lines
209 B
Makefile

# $NetBSD: Makefile,v 1.8 2008/04/02 01:34:36 dyoung Exp $
INCSDIR= /usr/include/dev/isa
# Only install includes which are used by userland
INCS= isvio.h satlinkio.h spkrio.h wtreg.h
.include <bsd.kinc.mk>