summaryrefslogtreecommitdiff
path: root/sys/dev/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-12-09 04:46:39 +0000
committerchristos <christos@NetBSD.org>2016-12-09 04:46:39 +0000
commita4cc4a33df9c1e94dd5f6aae54f3813f4e86af97 (patch)
tree889aefdfcafa7e5b49903fa12730a384249e0a24 /sys/dev/Makefile
parent62b1b0ded34f645e63afe851d8507df8fc2e3a67 (diff)
move spkrio.h out of isa
Diffstat (limited to 'sys/dev/Makefile')
-rw-r--r--sys/dev/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/Makefile b/sys/dev/Makefile
index 260cf62a7ff..f2f2a0fa503 100644
--- a/sys/dev/Makefile
+++ b/sys/dev/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2015/08/02 11:09:05 jmcneill Exp $
+# $NetBSD: Makefile,v 1.38 2016/12/09 04:46:39 christos Exp $
SUBDIR= apm ata bluetooth dec dm dmover dtv filemon hdaudio hdmicec hpc \
i2c i2o ic ieee1394 ir isa \
@@ -15,6 +15,6 @@ INCSDIR= /usr/include/dev
# Only install includes which are used by userland
INCS= biovar.h ccdvar.h cgdvar.h fssvar.h keylock.h kttcpio.h lockstat.h \
- md.h vndvar.h
+ md.h vndvar.h spkrio.h
.include <bsd.kinc.mk>