8 lines
196 B
Makefile
8 lines
196 B
Makefile
# $NetBSD: Makefile.giodevs,v 1.5 2008/10/19 22:05:21 apb Exp $
|
|
|
|
.include <bsd.sys.mk>
|
|
|
|
giodevs.h: giodevs devlist2h.awk
|
|
/bin/rm -f giodevs.h giodevs_data.h
|
|
${TOOL_AWK} -f devlist2h.awk giodevs
|