diff options
author | grr <grr@cvs.openbsd.org> | 1997-05-29 08:22:08 +0000 |
---|---|---|
committer | grr <grr@cvs.openbsd.org> | 1997-05-29 08:22:08 +0000 |
commit | 70af189295ca019f8c906e4024749aa7a1cc4dc5 (patch) | |
tree | 661548e57d889ec8104222273ec5a77c1016ee36 /sys/arch/sparc/stand/Makefile | |
parent | 5d5a1341b34e8e53abf3690a8a50d6e4a95312df (diff) |
make a special compressed bootblock for ramdisk
Diffstat (limited to 'sys/arch/sparc/stand/Makefile')
-rw-r--r-- | sys/arch/sparc/stand/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/stand/Makefile b/sys/arch/sparc/stand/Makefile index f0507728cea..5ee9240e891 100644 --- a/sys/arch/sparc/stand/Makefile +++ b/sys/arch/sparc/stand/Makefile @@ -1,6 +1,6 @@ # $NetBSD: Makefile,v 1.10 1995/10/09 23:25:54 pk Exp $ -SUBDIR= boot bootxx installboot +SUBDIR= zboot boot bootxx installboot ### find out what to use for libkern and libsa SAREL= |