diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-22 13:19:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-22 13:19:37 +0000 |
commit | 774f10a333a53befad67252ae3cf1d0c92eb519e (patch) | |
tree | 8516ad67a7bb71602b1851e043f9a013b5b0491f | |
parent | 297099e46cea9c6b29d63973a9bd41665185e940 (diff) |
smaller ramdisk
-rw-r--r-- | distrib/hp300/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/Makefile b/distrib/hp300/ramdisk/Makefile index 8e6783f371b..438d410d5a0 100644 --- a/distrib/hp300/ramdisk/Makefile +++ b/distrib/hp300/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 1999/04/02 06:17:00 millert Exp $ +# $OpenBSD: Makefile,v 1.14 1999/06/22 13:19:36 deraadt Exp $ # $NetBSD: Makefile,v 1.1 1995/07/18 04:13:06 briggs Exp $ TOP= ${.CURDIR}/.. @@ -40,7 +40,7 @@ bsd.rd: ${IMAGE} bsd rdsetroot bsd: cd ${.CURDIR}/../../../sys/arch/hp300/conf && config RAMDISK cd ${.CURDIR}/../../../sys/arch/hp300/compile/RAMDISK && \ - make clean && make depend && make + make clean && make depend && COPTS=-Os make cp ${.CURDIR}/../../../sys/arch/hp300/compile/RAMDISK/bsd bsd ${IMAGE}: ${CBIN} rd_setup do_files rd_teardown |