9 lines
180 B
Makefile
9 lines
180 B
Makefile
|
# $NetBSD: Makefile,v 1.3 2001/04/11 19:07:38 jdolecek Exp $
|
||
|
|
||
|
INCSDIR= /usr/include/dev/vme
|
||
|
|
||
|
# Only install includes which are used by userland
|
||
|
INCS= xio.h
|
||
|
|
||
|
.include <bsd.kinc.mk>
|