diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-04 01:57:19 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-04 01:57:19 +0000 |
commit | 65b220ea9af07fe6790bb34b12d4c8d8b2cdcaea (patch) | |
tree | 4fff10a0cdbea18d5968894b4ccbd032265e5653 /sys/arch/hppa/dev | |
parent | 9b03fd23ca0e94cc54fd4ada716c8bfbcc9ad88d (diff) |
rm all of them
Diffstat (limited to 'sys/arch/hppa/dev')
-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 |