8 lines
199 B
Makefile
8 lines
199 B
Makefile
# $NetBSD: Makefile.podules,v 1.1 2001/03/17 19:05:19 bjh21 Exp $
|
|
|
|
AWK= awk
|
|
|
|
podules.h podule_data.h: podules podulelist2h.awk
|
|
/bin/rm -f podules.h podule_data.h
|
|
${AWK} -f podulelist2h.awk podules
|