9b53b5770d
printing if 'options EISAVERBOSE'), and files to turn the list into c source. From my PR (1959).
8 lines
191 B
Makefile
8 lines
191 B
Makefile
# $NetBSD: Makefile,v 1.1 1996/02/26 23:46:17 cgd Exp $
|
|
|
|
AWK= awk
|
|
|
|
eisadevs.h eisadevs_data.h: eisadevs devlist2h.awk
|
|
/bin/rm -f eisadevs.h eisadevs_data.h
|
|
${AWK} -f devlist2h.awk eisadevs
|