NetBSD/sys/dev/sun/Makefile
lukem e8bbb685d9 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.
2002-05-06 05:27:53 +00:00

9 lines
220 B
Makefile

# $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 vuid_event.h
.include <bsd.kinc.mk>