mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 22:48:12 -04:00
8 lines
204 B
Makefile
8 lines
204 B
Makefile
# $NetBSD: Makefile.tcdevs,v 1.2 2008/10/19 22:05:23 apb Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
tcdevs.h tcdevs_data.h: tcdevs devlist2h.awk
|
|
/bin/rm -f tcdevs.h tcdevs_data.h
|
|
${TOOL_AWK} -f devlist2h.awk tcdevs
|