NetBSD/sys/dev/isapnp/Makefile.isapnpdevs
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

11 lines
237 B
Makefile

# $NetBSD: Makefile.isapnpdevs,v 1.1 1998/07/23 19:30:44 christos Exp $
AWK= awk
# Kill shuttle .c rule
.c:
isapnpdevs.h isapnpdevs.c: isapnpdevs devlist2h.awk
/bin/rm -f isapnpdevs.h isapnpdevs.c
${AWK} -f devlist2h.awk isapnpdevs