xref: /netbsd-src/sys/dev/pckbport/Makefile (revision 95e1ffb15694e54f29f8baaa4232152b703c2a5a)
1#	$NetBSD: Makefile,v 1.2 2005/12/11 12:23:22 christos Exp $
2
3# This is arguably wrong, but it's where it's been installed historically.
4INCSDIR= /usr/include/dev/pckbc
5
6# Only install includes which are used by userland
7INCS=	pckbdreg.h
8
9.include <bsd.kinc.mk>
10