xref: /netbsd-src/sys/dev/ofw/Makefile (revision 4f645668ed707e1f969c546666f8c8e45e6f8888)
1#	$NetBSD: Makefile,v 1.5 2001/04/11 19:07:37 jdolecek Exp $
2
3INCSDIR= /usr/include/dev/ofw
4
5# Only install includes which are used by userland
6INCS=	openfirmio.h
7
8.include <bsd.kinc.mk>
9