blob: f7240d8f52bbb2c282e08fff1b2458ca5013c72e (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile,v 1.3 2002/12/04 00:28:44 haya Exp $
INCSDIR= /usr/include/dev/ieee1394
# Only install includes which are used by userland
INCS= fwiso_ioctl.h
.include <bsd.kinc.mk>
|