NetBSD/sys/arch/sgimips/dev/Makefile
he 0f2d00e5bc Don't be lazy and let one directory's Makefile install an include
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.
2008-11-25 09:47:40 +00:00

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>