blob: f99c66f7729a7fc09ab0ced6ceab56148e64bd20 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.3 1998/06/16 18:36:03 cgd Exp $
# use 'make -f Makefile.eisadevs' to make eisadevs.h and eisadevs_data.h
INCSDIR= /usr/include/dev/eisa
INCS= ahbreg.h eisadevs.h eisadevs_data.h eisareg.h eisavar.h
.include <bsd.kinc.mk>
|