Add makefile to install hpcfb.h.

This commit is contained in:
takemura 2000-03-12 06:40:16 +00:00
parent f6ec059d2e
commit c12028016f
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.1.1.1 1999/09/16 12:23:18 takemura Exp $
# $NetBSD: Makefile,v 1.2 2000/03/12 06:40:16 takemura Exp $
SUBDIR= include
SUBDIR= dev include
.include <bsd.kinc.mk>

View File

@ -0,0 +1,7 @@
# $NetBSD: Makefile,v 1.1 2000/03/12 06:40:17 takemura Exp $
INCSDIR= /usr/include/dev/hpc
INCS= hpcfbio.h
.include <bsd.kinc.mk>