NetBSD/sys/dev/isapnp/Makefile
christos bdb2269a46 Create a master list of pnp logical and compatibility device codes instead
of hard-coding it into each driver and use a centralized probe function.
1998-07-23 19:30:44 +00:00

10 lines
236 B
Makefile

# $NetBSD: Makefile,v 1.2 1998/07/23 19:30:44 christos Exp $
# use 'make -f Makefile.isapnpdevs' to make isapnpdevs.h and isapnpdevs.c
INCSDIR= /usr/include/dev/isapnp
INCS= if_levar.h isapnpreg.h isapnpvar.h
.include <bsd.kinc.mk>