Home | History | Annotate | Line # | Download | only in pckbport
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2004/03/13 17:31:33 bjh21 Exp $
      2 
      3 # This is arguably wrong, but it's where it's been installed historically.
      4 INCSDIR= /usr/include/dev/pckbc
      5 
      6 # Only install includes which are used by userland
      7 INCS=	pckbdreg.h
      8 
      9 .include <bsd.kinc.mk>
     10