diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-17 20:42:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-17 20:42:41 +0000 |
commit | 0b0e60912b32bef0b9fea412b6d5fb914e23e296 (patch) | |
tree | 5141cdd684050c7715f9653f82bcc7e31398e7ac /distrib/alpha/ramdisk | |
parent | dd20803ef2fc59134573becb0757b60d30a0fd47 (diff) |
use -Os
Diffstat (limited to 'distrib/alpha/ramdisk')
-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 |