blob: 7d3db4096d636ac9526aa30e674f2870b1e98727 (
plain)
1
2
3
4
5
6
7
8
|
# $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>
|