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