Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 1996/03/02 01:16:47 cgd Exp $
2
3AWK=	awk
4
5tcdevs.h tcdevs_data.h: tcdevs devlist2h.awk
6	/bin/rm -f tcdevs.h tcdevs_data.h
7	${AWK} -f devlist2h.awk tcdevs
8