diff options
Diffstat (limited to 'sys/arch/hp300/dev/Makefile')
-rw-r--r-- | sys/arch/hp300/dev/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/hp300/dev/Makefile b/sys/arch/hp300/dev/Makefile new file mode 100644 index 00000000000..9d0c418ba17 --- /dev/null +++ b/sys/arch/hp300/dev/Makefile @@ -0,0 +1,8 @@ +# $OpenBSD: Makefile,v 1.1 1997/01/12 15:12:17 downsj Exp $ +# $NetBSD: Makefile,v 1.1 1996/12/17 08:40:59 thorpej Exp $ + +AWK= awk + +diodevs.h diodevs_data.h: diodevs devlist2h.awk + /bin/rm -f diodevs.h diodevs_data.h + ${AWK} -f devlist2h.awk diodevs |