1#         $NetBSD: Makefile.isapnpdevs,v 1.2 2008/10/19 22:05:22 apb Exp $
2
3.include <bsd.own.mk>
4
5# Kill shuttle .c rule
6.c:
7
8isapnpdevs.h isapnpdevs.c: isapnpdevs devlist2h.awk
9          /bin/rm -f isapnpdevs.h isapnpdevs.c
10          ${TOOL_AWK} -f devlist2h.awk isapnpdevs
11