mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
8 lines
215 B
Makefile
8 lines
215 B
Makefile
# $NetBSD: Makefile.podules,v 1.2 2008/10/19 22:05:23 apb Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
podules.h podule_data.h: podules podulelist2h.awk
|
|
/bin/rm -f podules.h podule_data.h
|
|
${TOOL_AWK} -f podulelist2h.awk podules
|