mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
11 lines
267 B
Makefile
11 lines
267 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/02/24 07:23:42 skrll Exp $
|
|
|
|
# $OpenBSD: Makefile,v 1.3 1999/04/20 20:19:37 mickey Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
cpudevs.h cpudevs_data.h: cpudevs devlist2h.awk
|
|
/bin/rm -f cpudevs.h cpudevs_data.h
|
|
${TOOL_AWK} -f devlist2h.awk cpudevs
|
|
|