diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/dev/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/Makefile b/sys/arch/hppa/dev/Makefile index 1a2397ce59d..c592e0ca64d 100644 --- a/sys/arch/hppa/dev/Makefile +++ b/sys/arch/hppa/dev/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 1998/09/29 07:00:46 mickey Exp $ +# $OpenBSD: Makefile,v 1.2 1998/12/04 01:57:18 mickey Exp $ AWK?= awk boards.h boards_data.h cpudevs.h cpudevs_data.h: cpudevs devlist2h.awk - /bin/rm -f cpudevs.h cpudevs_data.h + /bin/rm -f cpudevs.h cpudevs_data.h boards.h boards_data.h ${AWK} -f devlist2h.awk cpudevs |