0f2d00e5bc
file from another directory, as that only causes problems with mtree later on when encountering the /.. path component. Instead, descend into dev/ and use the Makefile there to install dev/crmfbreg.h in the appropriate directory.
8 lines
123 B
Makefile
8 lines
123 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/11/25 09:47:40 he Exp $
|
|
|
|
INCSDIR=/usr/include/dev
|
|
|
|
INCS= crmfbreg.h
|
|
|
|
.include <bsd.kinc.mk>
|