c1c41f6bfc
but unconfigured (or unsupported) devices printed at boot time. The device list is woefully incomplete, because i didn't put much time in it, and because i don't know good "human names" for many TC devices.
8 lines
179 B
Makefile
8 lines
179 B
Makefile
# $NetBSD: Makefile,v 1.1 1996/03/02 01:16:47 cgd Exp $
|
|
|
|
AWK= awk
|
|
|
|
tcdevs.h tcdevs_data.h: tcdevs devlist2h.awk
|
|
/bin/rm -f tcdevs.h tcdevs_data.h
|
|
${AWK} -f devlist2h.awk tcdevs
|