diff options
author | 2008-05-15 22:10:46 +0000 | |
---|---|---|
committer | 2008-05-15 22:10:46 +0000 | |
commit | 373ca7252a0ad11e181e7f8f3efe3d14a6f274cb (patch) | |
tree | 227e95fa49e4ffd42b574003a7ef517f67dd10b9 | |
parent | Hook up mkboot(8). (diff) | |
download | wireguard-openbsd-373ca7252a0ad11e181e7f8f3efe3d14a6f274cb.tar.xz wireguard-openbsd-373ca7252a0ad11e181e7f8f3efe3d14a6f274cb.zip |
We don't create cd.iso on socppc.
-rw-r--r-- | distrib/socppc/ramdisk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/socppc/ramdisk/Makefile b/distrib/socppc/ramdisk/Makefile index 2ee5c3294f4..72c34047618 100644 --- a/distrib/socppc/ramdisk/Makefile +++ b/distrib/socppc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2008/05/11 22:29:14 kettenis Exp $ +# $OpenBSD: Makefile,v 1.2 2008/05/15 22:10:46 kettenis Exp $ REV= ${OSrev} @@ -72,7 +72,7 @@ unconfig: .PRECIOUS: ${IMAGE} install: - cp ${BSD_RD} cd${REV}.iso ${DESTDIR}/snapshot/ + cp ${BSD_RD} ${DESTDIR}/snapshot/ ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF} crunchgen -E -D ${.CURDIR}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC} @@ -97,7 +97,7 @@ clean cleandir: rm -rf cd-dir beforeinstall: - cp ${BSD.RD} cd${REV}.iso ${DESTDIR}/snapshot + cp ${BSD.RD} ${DESTDIR}/snapshot .include <bsd.obj.mk> .include <bsd.subdir.mk> |