blob: de8b3b5d8af4f3ebc7323a23b30fb6e516e6a8b4 (
plain)
1
2
3
4
5
6
7
|
# $NetBSD: Makefile.pcidevs,v 1.1 1998/06/12 23:22:53 cgd Exp $
AWK= awk
pcidevs.h pcidevs_data.h: pcidevs devlist2h.awk
/bin/rm -f pcidevs.h pcidevs_data.h
${AWK} -f devlist2h.awk pcidevs
|