There's no need to expose arm/iomd/vidc.h to userland any more, since

<machine/vconsole.h> has gone now.
This commit is contained in:
bjh21 2006-08-17 22:38:14 +00:00
parent 28d9a9e366
commit 15f26966cb
2 changed files with 1 additions and 9 deletions

View File

@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.5 2002/09/28 15:53:03 chris Exp $
# $NetBSD: Makefile,v 1.6 2006/08/17 22:38:14 bjh21 Exp $
SUBDIR= include include/arm26 include/arm32
# XXX VIDC includes are needed by Xarm32vidc
SUBDIR+= iomd
# install footbridge headers.
SUBDIR+= footbridge

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2002/11/26 23:30:12 lukem Exp $
INCSDIR= /usr/include/arm/iomd
INCS= vidc.h
.include <bsd.kinc.mk>