blob: 67171ceec7fd261f5746577c1518d449a1fd45ae (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.3 1999/04/20 20:19:37 mickey Exp $
AWK?= awk
cpudevs.h cpudevs_data.h: cpudevs devlist2h.awk
/bin/rm -f cpudevs.h cpudevs_data.h
${AWK} -f devlist2h.awk cpudevs
|