xref: /openbsd/sys/arch/hppa/dev/Makefile (revision 404b540a)
1#	$OpenBSD: Makefile,v 1.3 1999/04/20 20:19:37 mickey Exp $
2
3AWK?=	awk
4
5cpudevs.h cpudevs_data.h: cpudevs devlist2h.awk
6	/bin/rm -f cpudevs.h cpudevs_data.h
7	${AWK} -f devlist2h.awk cpudevs
8
9