9 lines
179 B
Makefile
9 lines
179 B
Makefile
# $NetBSD: Makefile.miidevs,v 1.1 1998/08/10 23:55:17 thorpej Exp $
|
|
# $FreeBSD$
|
|
|
|
AWK= awk
|
|
|
|
miidevs.h: miidevs devlist2h.awk
|
|
/bin/rm -f miidevs.h
|
|
${AWK} -f devlist2h.awk miidevs
|