diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-12-31 17:18:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-12-31 17:18:40 +0000 |
commit | 8185ec2838d1119cf98689c7d2e6657bc6ff6c17 (patch) | |
tree | 957c2f8c83a85c8811ddc887e39d651875a112c2 /distrib | |
parent | b10035f61b548db943d1edb4fb9e1ad1759db578 (diff) |
oops, this was installing the smaller bsd.rd, which would be replaced
by the proper miniroot bsd.rd a bit later.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/sparc64/ramdiskB/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/sparc64/ramdiskB/Makefile b/distrib/sparc64/ramdiskB/Makefile index 7c43c228489..154d1cd5edf 100644 --- a/distrib/sparc64/ramdiskB/Makefile +++ b/distrib/sparc64/ramdiskB/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 2020/05/18 06:20:44 otto Exp $ +# $OpenBSD: Makefile,v 1.47 2020/12/31 17:18:39 deraadt Exp $ FS= floppyB${OSrev}.img FSSIZE= 2880 @@ -71,8 +71,6 @@ unconfig: .ifdef RELEASEDIR install: - cp bsd.rd ${RELEASEDIR}/bsd.rd - chmod a+r ${RELEASEDIR}/bsd.rd cp ${FS} ${RELEASEDIR} .endif |