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