xref: /netbsd-src/sys/dev/tc/Makefile.tcdevs (revision 96230fab84e26a6435963032070e916a951a8b2e)
1#	$NetBSD: Makefile.tcdevs,v 1.2 2008/10/19 22:05:23 apb Exp $
2
3.include <bsd.own.mk>
4
5tcdevs.h tcdevs_data.h: tcdevs devlist2h.awk
6	/bin/rm -f tcdevs.h tcdevs_data.h
7	${TOOL_AWK} -f devlist2h.awk tcdevs
8