xref: /netbsd-src/sys/dev/ofw/Makefile (revision 745ab257dc35d4702c6a51dd0d4d8e01c339a381)
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