Install only headers that are useful to userspace (ioctl interface is not

finished, but will be here soon).
This commit is contained in:
ad 2000-11-09 12:34:05 +00:00
parent eef7148644
commit 9a41c41bed
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2000/11/08 19:45:30 ad Exp $
# $NetBSD: Makefile,v 1.2 2000/11/09 12:34:05 ad Exp $
INCSDIR= /usr/include/dev/i2o
INCS= i2o.h iopreg.h iopspvar.h iopvar.h
INCS= i2o.h iopvar.h
.include <bsd.kinc.mk>