summaryrefslogtreecommitdiff
path: root/sys/dev/sun/Makefile
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2002-05-06 05:27:53 +0000
committerlukem <lukem@NetBSD.org>2002-05-06 05:27:53 +0000
commite8bbb685d975f34124d53acfcb1dbbfa9aaff5b6 (patch)
tree4388ed40bc3ba3a75e1c40c3683ed13a572123f5 /sys/dev/sun/Makefile
parent59a79c79281f3b30297fbbcb98505ec3a260bfda (diff)
Replace <dev/sun/sun_boot.h> with <sys/bootinfo.h>, which is intended
to be more generic than ``bbinfo definitions for Sun-based systems''. Other platforms can store bbinfo-style information here, and possibly other platform-specific boot information that needs to be accessible by foriegn platforms in tools such as /usr/sbin/installboot.
Diffstat (limited to 'sys/dev/sun/Makefile')
-rw-r--r--sys/dev/sun/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sun/Makefile b/sys/dev/sun/Makefile
index 9b44557617b..7d3db4096d6 100644
--- a/sys/dev/sun/Makefile
+++ b/sys/dev/sun/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2002/04/24 01:33:55 lukem Exp $
+# $NetBSD: Makefile,v 1.8 2002/05/06 05:27:54 lukem Exp $
INCSDIR= /usr/include/dev/sun
# Only install includes which are used by userland
-INCS= disklabel.h fbio.h kbd_reg.h kbio.h sun_boot.h vuid_event.h
+INCS= disklabel.h fbio.h kbd_reg.h kbio.h vuid_event.h
.include <bsd.kinc.mk>