diff options
author | 2010-02-06 18:54:32 +0000 | |
---|---|---|
committer | 2010-02-06 18:54:32 +0000 | |
commit | d2c96f0eadc1e9e8e5ee533d470e5f99c2e3f0fc (patch) | |
tree | 3704f11055c5e19bc5dcdbe406430f9176d0121c | |
parent | add (currently failing) test for double -> long long (diff) | |
download | wireguard-openbsd-d2c96f0eadc1e9e8e5ee533d470e5f99c2e3f0fc.tar.xz wireguard-openbsd-d2c96f0eadc1e9e8e5ee533d470e5f99c2e3f0fc.zip |
no bsd.bin here as well
-rw-r--r-- | distrib/loongson/ramdisk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/loongson/ramdisk/Makefile b/distrib/loongson/ramdisk/Makefile index a51846d3d45..e1bf47d7ac6 100644 --- a/distrib/loongson/ramdisk/Makefile +++ b/distrib/loongson/ramdisk/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2010/02/04 19:23:55 otto Exp $ +# $OpenBSD: Makefile,v 1.3 2010/02/06 18:54:32 otto Exp $ REV= ${OSrev} TOP= ${.CURDIR}/.. BSD_RD= bsd.rd -BSD_BIN= bsd.bin IMAGE= mr.fs CBIN?= instbin CRUNCHCONF?= ${CBIN}.conf @@ -96,7 +95,7 @@ clean cleandir: .ifdef RELEASEDIR install: - cp ${BSD_RD} ${BSD_BIN} ${RELEASEDIR} + cp ${BSD_RD} ${RELEASEDIR} .endif .include <bsd.obj.mk> |