8 lines
201 B
Makefile
8 lines
201 B
Makefile
# $NetBSD: Makefile.giodevs,v 1.6 2014/01/10 16:36:29 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
giodevs.h: giodevs devlist2h.awk
|
|
/bin/rm -f giodevs.h giodevs_data.h
|
|
${TOOL_AWK} -f devlist2h.awk giodevs
|