diff options
-rw-r--r-- | distrib/alpha/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/ramdisk/Makefile b/distrib/alpha/ramdisk/Makefile index 7863643f205..6412704acf0 100644 --- a/distrib/alpha/ramdisk/Makefile +++ b/distrib/alpha/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 1999/04/04 22:51:31 millert Exp $ +# $OpenBSD: Makefile,v 1.19 1999/06/17 20:42:40 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -75,7 +75,7 @@ bsd.rd: bsd ${IMAGE} ecoffrdsetroot bsd: cd ${.CURDIR}/../../../sys/arch/alpha/conf && config RAMDISK cd ${.CURDIR}/../../../sys/arch/alpha/compile/RAMDISK && \ - make clean && make + make clean && COPTS=-Os make cp ${.CURDIR}/../../../sys/arch/alpha/compile/RAMDISK/bsd bsd ${IMAGE}: do_prep do_mount do_files do_umount |