summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-04-30 21:15:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-04-30 21:15:01 +0000
commit0f12bba78f77a96e40be5f828ab6d636a53ee25e (patch)
tree7728c0f9cc51529b78bf2f440fafe9849de8b494 /distrib
parent275fba9dba62885a583f81f63b4f21d0d93dcdff (diff)
rm is in /bin, no need to specify
Diffstat (limited to 'distrib')
-rw-r--r--distrib/alpha/iso/Makefile4
-rw-r--r--distrib/alpha/miniroot/Makefile6
-rw-r--r--distrib/amd64/iso/Makefile4
-rw-r--r--distrib/amd64/ramdiskA/Makefile6
-rw-r--r--distrib/amd64/ramdisk_cd/Makefile4
-rw-r--r--distrib/arm64/ramdisk/Makefile4
-rw-r--r--distrib/armv7/ramdisk/Makefile4
-rw-r--r--distrib/hppa/iso/Makefile4
-rw-r--r--distrib/hppa/ramdisk/Makefile6
-rw-r--r--distrib/i386/iso/Makefile4
-rw-r--r--distrib/i386/ramdisk/Makefile6
-rw-r--r--distrib/landisk/ramdisk/Makefile4
-rw-r--r--distrib/loongson/ramdisk/Makefile4
-rw-r--r--distrib/luna88k/ramdisk/Makefile6
-rw-r--r--distrib/macppc/iso/Makefile4
-rw-r--r--distrib/macppc/ramdisk/Makefile4
-rw-r--r--distrib/octeon/ramdisk/Makefile4
-rw-r--r--distrib/ramdisk/Makefile4
-rw-r--r--distrib/sgi/cdfs/Makefile4
-rw-r--r--distrib/sgi/iso/Makefile4
-rw-r--r--distrib/sgi/ramdisk/Makefile6
-rw-r--r--distrib/socppc/ramdisk/Makefile4
-rw-r--r--distrib/sparc64/iso/Makefile4
-rw-r--r--distrib/sparc64/miniroot/Makefile8
-rw-r--r--distrib/sparc64/ramdisk/Makefile6
-rw-r--r--distrib/sparc64/ramdiskB/Makefile6
26 files changed, 62 insertions, 62 deletions
diff --git a/distrib/alpha/iso/Makefile b/distrib/alpha/iso/Makefile
index 727fd6fd0c0..29bde9d3ec2 100644
--- a/distrib/alpha/iso/Makefile
+++ b/distrib/alpha/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.18 2019/04/30 17:46:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.19 2019/04/30 21:14:58 deraadt Exp $
CDROM= install${OSrev}.iso
MOUNT_POINT= /mnt
@@ -57,7 +57,7 @@ install:
cp ${CDROM} ${RELDIR}/
clean cleandir:
- /bin/rm -f ${CDROM}
+ rm -f ${CDROM}
rm -rf cd-dir log
.include <bsd.obj.mk>
diff --git a/distrib/alpha/miniroot/Makefile b/distrib/alpha/miniroot/Makefile
index e5b59e3cc03..d24d790d0ea 100644
--- a/distrib/alpha/miniroot/Makefile
+++ b/distrib/alpha/miniroot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2019/04/30 18:40:43 deraadt Exp $
+# $OpenBSD: Makefile,v 1.10 2019/04/30 21:14:58 deraadt Exp $
FS= miniroot${OSrev}.fs
FSSIZE= 5760
@@ -111,9 +111,9 @@ install:
.endif
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.mk instbin.cache \
+ rm -f *.core mr.fs instbin instbin.mk instbin.cache \
*.o *.lo *.c \
lib*.a lib*.olist instbin.map ${CLEANFILES}
- /bin/rm -rf mr.fs.d
+ rm -rf mr.fs.d
.include <bsd.obj.mk>
diff --git a/distrib/amd64/iso/Makefile b/distrib/amd64/iso/Makefile
index f75dd614a4c..d5c3bf3839c 100644
--- a/distrib/amd64/iso/Makefile
+++ b/distrib/amd64/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.29 2019/04/30 17:46:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.30 2019/04/30 21:14:58 deraadt Exp $
FS= install${OSrev}.fs
FSSIZE= 921536
@@ -91,7 +91,7 @@ install:
cp ${CDROM} ${FS} ${RELDIR}/
clean cleandir:
- /bin/rm -f ${CDROM} ${FS}
+ rm -f ${CDROM} ${FS}
rm -rf cd-dir
bsd.gz: bsd.rd
diff --git a/distrib/amd64/ramdiskA/Makefile b/distrib/amd64/ramdiskA/Makefile
index 490673d1ec7..142e0335324 100644
--- a/distrib/amd64/ramdiskA/Makefile
+++ b/distrib/amd64/ramdiskA/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2019/04/30 17:46:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2019/04/30 21:14:58 deraadt Exp $
FS= floppy${OSrev}.fs
FSSIZE= 2880
@@ -79,9 +79,9 @@ install:
.endif # RELEASEDIR
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.mk instbin*.cache \
+ rm -f *.core mr.fs instbin instbin.mk instbin*.cache \
*.o *.lo *.c bsd bsd.rd bsd.gz bsd.strip floppy*.fs \
lib*.a lib*.olist instbin.map boot instbin.conf ${FS}
- /bin/rm -rf mr.fs.d
+ rm -rf mr.fs.d
.include <bsd.obj.mk>
diff --git a/distrib/amd64/ramdisk_cd/Makefile b/distrib/amd64/ramdisk_cd/Makefile
index 4738795075d..c5d8fd53d18 100644
--- a/distrib/amd64/ramdisk_cd/Makefile
+++ b/distrib/amd64/ramdisk_cd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 2019/04/30 20:38:30 deraadt Exp $
+# $OpenBSD: Makefile,v 1.15 2019/04/30 21:14:58 deraadt Exp $
FS= miniroot${OSrev}.fs
FSSIZE= 9600
@@ -104,7 +104,7 @@ install:
.endif
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.mk instbin*.cache \
+ rm -f *.core mr.fs instbin instbin.mk instbin*.cache \
*.o *.lo *.c bsd bsd.rd bsd.gz bsd.strip floppy*.fs \
lib*.a lib*.olist instbin.map boot instbin.conf ${FS}
rm -rf mr.fs.d
diff --git a/distrib/arm64/ramdisk/Makefile b/distrib/arm64/ramdisk/Makefile
index 91c37ac8301..0ad96287485 100644
--- a/distrib/arm64/ramdisk/Makefile
+++ b/distrib/arm64/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2019/04/30 17:46:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.12 2019/04/30 21:14:59 deraadt Exp $
FS= miniroot${OSrev}.fs
FSSIZE= 43008
@@ -111,7 +111,7 @@ install:
.endif # RELEASEDIR
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.mk instbin.cache \
+ rm -f *.core mr.fs instbin instbin.mk instbin.cache \
lib*.a lib*.olist instbin.map *.o *.lo *.c bsd.rd
rm -f instbin.conf
rm -rf cd-dir mr.fs.d
diff --git a/distrib/armv7/ramdisk/Makefile b/distrib/armv7/ramdisk/Makefile
index bb1dd938225..ec5d0512695 100644
--- a/distrib/armv7/ramdisk/Makefile
+++ b/distrib/armv7/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.24 2019/04/30 17:46:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.25 2019/04/30 21:14:59 deraadt Exp $
MTREE= ${UTILS}/mtree.conf
@@ -47,7 +47,7 @@ install:
.endif # RELEASEDIR
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.mk instbin.cache \
+ rm -f *.core mr.fs instbin instbin.mk instbin.cache \
lib*.a lib*.olist instbin.map *.o *.lo *.c
rm -f instbin.conf
rm -rf cd-dir mr.fs.d
diff --git a/distrib/hppa/iso/Makefile b/distrib/hppa/iso/Makefile
index ca259892f34..c4263266f40 100644
--- a/distrib/hppa/iso/Makefile
+++ b/distrib/hppa/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.18 2019/04/30 17:46:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.19 2019/04/30 21:14:59 deraadt Exp $
CDROM= install${OSrev}.iso
RELXDIR?= /home/relx-${MACHINE}
@@ -41,6 +41,6 @@ install:
cp ${CDROM} ${RELDIR}/
clean cleandir:
- /bin/rm -rf cd-dir ${CDROM}
+ rm -rf cd-dir ${CDROM}
.include <bsd.obj.mk>
diff --git a/distrib/hppa/ramdisk/Makefile b/distrib/hppa/ramdisk/Makefile
index 91b62add9ef..64ee5ad9345 100644
--- a/distrib/hppa/ramdisk/Makefile
+++ b/distrib/hppa/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.41 2019/04/30 17:46:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.42 2019/04/30 21:14:59 deraadt Exp $
CDROM= cd${OSrev}.iso
LIF= lif${OSrev}.fs
@@ -69,9 +69,9 @@ install:
.endif
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.mk instbin.cache \
+ rm -f *.core mr.fs instbin instbin.mk instbin.cache \
lib*.a lib*.olist instbin.map \
instbin.conf *.o *.lo *.c bsd bsd.* ${LIF} ${CDROM}
- /bin/rm -rf mr.fs.d
+ rm -rf mr.fs.d
.include <bsd.obj.mk>
diff --git a/distrib/i386/iso/Makefile b/distrib/i386/iso/Makefile
index a8fe4613b3c..7f7a9fa8c6d 100644
--- a/distrib/i386/iso/Makefile
+++ b/distrib/i386/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.22 2019/04/30 17:46:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.23 2019/04/30 21:14:59 deraadt Exp $
FS= install${OSrev}.fs
FSSIZE= 921600
@@ -89,7 +89,7 @@ install:
cp ${CDROM} ${FS} ${RELDIR}/
clean cleandir:
- /bin/rm -f ${CDROM} ${FS}
+ rm -f ${CDROM} ${FS}
rm -rf cd-dir
.include <bsd.obj.mk>
diff --git a/distrib/i386/ramdisk/Makefile b/distrib/i386/ramdisk/Makefile
index 8f7221fdd40..699c71f8d8e 100644
--- a/distrib/i386/ramdisk/Makefile
+++ b/distrib/i386/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2019/04/30 17:46:04 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 2019/04/30 21:14:59 deraadt Exp $
FS= floppy${OSrev}.fs
FSSIZE= 2880
@@ -80,9 +80,9 @@ install:
.endif # RELEASEDIR
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.mk instbin*.cache \
+ rm -f *.core mr.fs instbin instbin.mk instbin*.cache \
*.o *.lo *.c bsd bsd.rd bsd.gz bsd.strip floppy*.fs \
lib*.a lib*.olist instbin.map boot instbin.conf ${FS}
- /bin/rm -rf mr.fs.d
+ rm -rf mr.fs.d
.include <bsd.obj.mk>
diff --git a/distrib/landisk/ramdisk/Makefile b/distrib/landisk/ramdisk/Makefile
index 19f557c425f..1222040aaf2 100644
--- a/distrib/landisk/ramdisk/Makefile
+++ b/distrib/landisk/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.26 2019/04/30 17:46:04 deraadt Exp $
+# $OpenBSD: Makefile,v 1.27 2019/04/30 21:14:59 deraadt Exp $
FS= miniroot${OSrev}.fs
FSSIZE= 5120
@@ -75,7 +75,7 @@ install:
.endif
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.mk instbin.cache \
+ rm -f *.core mr.fs instbin instbin.mk instbin.cache \
lib*.a lib*.olist instbin.map *.o *.lo *.c bsd bsd.rd
rm -f instbin.conf
rm -rf cd-dir mr.fs.d
diff --git a/distrib/loongson/ramdisk/Makefile b/distrib/loongson/ramdisk/Makefile
index 203766798b7..9661a9de687 100644
--- a/distrib/loongson/ramdisk/Makefile
+++ b/distrib/loongson/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.19 2019/04/30 18:06:44 deraadt Exp $
+# $OpenBSD: Makefile,v 1.20 2019/04/30 21:14:59 deraadt Exp $
FS= miniroot${OSrev}.fs
FSSIZE= 18432
@@ -83,7 +83,7 @@ install:
.endif
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.mk instbin.cache \
+ rm -f *.core mr.fs instbin instbin.mk instbin.cache \
lib*.a lib*.olist instbin.map *.o *.lo *.c bsd bsd.rd cd${OSrev}.iso
rm -rf cd-dir mr.fs.d
rm -f ${CDROM}
diff --git a/distrib/luna88k/ramdisk/Makefile b/distrib/luna88k/ramdisk/Makefile
index 13b9cccbe66..2b6b9d66b5e 100644
--- a/distrib/luna88k/ramdisk/Makefile
+++ b/distrib/luna88k/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.25 2019/04/30 17:46:04 deraadt Exp $
+# $OpenBSD: Makefile,v 1.26 2019/04/30 21:14:59 deraadt Exp $
FS= miniroot${OSrev}.fs
FSSIZE= 8192
@@ -72,8 +72,8 @@ install:
.endif
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.conf instbin.mk instbin.cache \
+ rm -f *.core mr.fs instbin instbin.conf instbin.mk instbin.cache \
lib*.a lib*.olist instbin.map *.o *.lo *.c bsd bsd.rd
- /bin/rm -rf mr.fs.d
+ rm -rf mr.fs.d
.include <bsd.obj.mk>
diff --git a/distrib/macppc/iso/Makefile b/distrib/macppc/iso/Makefile
index 0e39cc36c36..cfbac27cf7d 100644
--- a/distrib/macppc/iso/Makefile
+++ b/distrib/macppc/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.16 2019/04/30 17:46:04 deraadt Exp $
+# $OpenBSD: Makefile,v 1.17 2019/04/30 21:14:59 deraadt Exp $
CDROM= install${OSrev}.iso
RELXDIR?= /home/relx-${MACHINE}
@@ -42,7 +42,7 @@ install:
cp ${CDROM} ${RELDIR}/
clean cleandir:
- /bin/rm -f ${CDROM}
+ rm -f ${CDROM}
rm -rf cd-dir
.include <bsd.obj.mk>
diff --git a/distrib/macppc/ramdisk/Makefile b/distrib/macppc/ramdisk/Makefile
index 8da4c9302d6..27c3a7366ae 100644
--- a/distrib/macppc/ramdisk/Makefile
+++ b/distrib/macppc/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.41 2019/04/30 17:46:04 deraadt Exp $
+# $OpenBSD: Makefile,v 1.42 2019/04/30 21:14:59 deraadt Exp $
CDROM= cd${OSrev}.iso
MTREE= ${UTILS}/mtree.conf
@@ -72,7 +72,7 @@ install:
.endif
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.mk instbin.cache \
+ rm -f *.core mr.fs instbin instbin.mk instbin.cache \
lib*.a lib*.olist instbin.map *.o *.lo *.c bsd bsd.rd cd${OSrev}.iso
rm -rf cd-dir mr.fs.d
diff --git a/distrib/octeon/ramdisk/Makefile b/distrib/octeon/ramdisk/Makefile
index 7b113907089..6d621977dcf 100644
--- a/distrib/octeon/ramdisk/Makefile
+++ b/distrib/octeon/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2019/04/30 17:46:05 deraadt Exp $
+# $OpenBSD: Makefile,v 1.12 2019/04/30 21:14:59 deraadt Exp $
FS= miniroot${OSrev}.fs
FSSIZE= 24576
@@ -61,7 +61,7 @@ instbin.conf: ${LISTS}
awk -f ${UTILS}/makeconf.awk ${LISTS} > instbin.conf
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.mk instbin.cache \
+ rm -f *.core mr.fs instbin instbin.mk instbin.cache \
lib*.a lib*.olist instbin.map *.o *.lo *.c bsd bsd.rd
rm -rf cd-dir mr.fs.d
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile
index 187bd81a240..85d2c80331e 100644
--- a/distrib/ramdisk/Makefile
+++ b/distrib/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.62 2019/04/30 17:46:05 deraadt Exp $
+# $OpenBSD: Makefile,v 1.63 2019/04/30 21:14:59 deraadt Exp $
ARCHDIR= ${.CURDIR}/../${MACHINE}/ramdisk
@@ -96,7 +96,7 @@ instbin: instbin.mk instbin.cache instbin.c
${MAKE} -f instbin.mk SRCLIBDIR=${.CURDIR}/../../../lib all
clean cleandir:
- /bin/rm -f *.core ${IMAGE} instbin instbin.mk instbin.cache \
+ rm -f *.core ${IMAGE} instbin instbin.mk instbin.cache \
lib*.a lib*.olist instbin.map instbin.conf *.o *.lo *.c bsd bsd.*
.endif # DESTDIR check
diff --git a/distrib/sgi/cdfs/Makefile b/distrib/sgi/cdfs/Makefile
index 568af8c31db..608d115feca 100644
--- a/distrib/sgi/cdfs/Makefile
+++ b/distrib/sgi/cdfs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.22 2019/04/30 17:46:05 deraadt Exp $
+# $OpenBSD: Makefile,v 1.23 2019/04/30 21:14:59 deraadt Exp $
CDROM= cd${OSrev}.iso
FFS= ffs.img
@@ -65,7 +65,7 @@ install:
.endif
clean cleandir:
- /bin/rm -f ${CDROM} ${FFS} xfs512.bin xfs
+ rm -f ${CDROM} ${FFS} xfs512.bin xfs
rm -rf cd-dir
.include <bsd.obj.mk>
diff --git a/distrib/sgi/iso/Makefile b/distrib/sgi/iso/Makefile
index aa0cc49d78c..28d214b231a 100644
--- a/distrib/sgi/iso/Makefile
+++ b/distrib/sgi/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.34 2019/04/30 17:46:05 deraadt Exp $
+# $OpenBSD: Makefile,v 1.35 2019/04/30 21:14:59 deraadt Exp $
CDROM= install${OSrev}.iso
RELXDIR?= /home/relx-${MACHINE}
@@ -113,7 +113,7 @@ install:
cp ${CDROM} ${RELDIR}/
clean cleandir:
- /bin/rm -f ${CDROM} xfs512.bin xfs
+ rm -f ${CDROM} xfs512.bin xfs
rm -rf cd-dir
.include <bsd.obj.mk>
diff --git a/distrib/sgi/ramdisk/Makefile b/distrib/sgi/ramdisk/Makefile
index a08a863a8a1..6b593af4e8f 100644
--- a/distrib/sgi/ramdisk/Makefile
+++ b/distrib/sgi/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.29 2019/04/30 17:46:05 deraadt Exp $
+# $OpenBSD: Makefile,v 1.30 2019/04/30 21:14:59 deraadt Exp $
MTREE= ${UTILS}/mtree.conf
@@ -53,8 +53,8 @@ install:
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.mk instbin.cache \
+ rm -f *.core mr.fs instbin instbin.mk instbin.cache \
lib*.a lib*.olist instbin.map ${ALLBSD} ${ALLBSDRD} *.o *.lo *.c
- /bin/rm -rf mr.fs.d
+ rm -rf mr.fs.d
.include <bsd.obj.mk>
diff --git a/distrib/socppc/ramdisk/Makefile b/distrib/socppc/ramdisk/Makefile
index 8a14762b668..bb2d1523d4a 100644
--- a/distrib/socppc/ramdisk/Makefile
+++ b/distrib/socppc/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.24 2019/04/30 17:46:05 deraadt Exp $
+# $OpenBSD: Makefile,v 1.25 2019/04/30 21:14:59 deraadt Exp $
FS= miniroot${OSrev}.fs
FSSIZE= 8064
@@ -77,7 +77,7 @@ install:
.endif
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.mk instbin.cache \
+ rm -f *.core mr.fs instbin instbin.mk instbin.cache \
lib*.a lib*.olist instbin.map *.o *.lo *.c bsd bsd.rd cd${OSrev}.iso
rm -rf cd-dir mr.fs.d
diff --git a/distrib/sparc64/iso/Makefile b/distrib/sparc64/iso/Makefile
index b418f71dfbd..e8969f42587 100644
--- a/distrib/sparc64/iso/Makefile
+++ b/distrib/sparc64/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.20 2019/04/30 17:46:05 deraadt Exp $
+# $OpenBSD: Makefile,v 1.21 2019/04/30 21:15:00 deraadt Exp $
CDROM= install${OSrev}.iso
RELXDIR?= /home/relx-${MACHINE}
@@ -53,6 +53,6 @@ install:
cp ${CDROM} ${RELDIR}/
clean cleandir:
- /bin/rm -rf ${CDROM} ${.OBJDIR}/cd-dir
+ rm -rf ${CDROM} ${.OBJDIR}/cd-dir
.include <bsd.obj.mk>
diff --git a/distrib/sparc64/miniroot/Makefile b/distrib/sparc64/miniroot/Makefile
index b4597014bd0..60886c56ec3 100644
--- a/distrib/sparc64/miniroot/Makefile
+++ b/distrib/sparc64/miniroot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 2019/04/30 19:20:24 deraadt Exp $
+# $OpenBSD: Makefile,v 1.15 2019/04/30 21:15:00 deraadt Exp $
FS= miniroot${OSrev}.fs
FSSIZE= 5760
@@ -105,10 +105,10 @@ install:
.endif
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.mk instbin*.cache \
+ rm -f *.core mr.fs instbin instbin.mk instbin*.cache \
lib*.a lib*.olist instbin.map \
*.o *.lo *.c bsd bsd.rd{,_unz} bsd.gz bsd.strip ${FS}
- /bin/rm -rf mr.fs.d
- /bin/rm -rf ${CDROM} ${.OBJDIR}/cd-dir
+ rm -rf mr.fs.d
+ rm -rf ${CDROM} ${.OBJDIR}/cd-dir
.include <bsd.obj.mk>
diff --git a/distrib/sparc64/ramdisk/Makefile b/distrib/sparc64/ramdisk/Makefile
index fbfaa405c99..4be57d5aa0a 100644
--- a/distrib/sparc64/ramdisk/Makefile
+++ b/distrib/sparc64/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.46 2019/04/30 17:46:06 deraadt Exp $
+# $OpenBSD: Makefile,v 1.47 2019/04/30 21:15:00 deraadt Exp $
FS= floppy${OSrev}.fs
FSSIZE= 2880
@@ -77,9 +77,9 @@ install:
.endif
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.mk instbin.cache \
+ rm -f *.core mr.fs instbin instbin.mk instbin.cache \
lib*.a lib*.olist instbin.map \
*.o *.lo *.c bsd bsd.rd bsd.gz ${FLOPPY}
- /bin/rm -rf mr.fs.d
+ rm -rf mr.fs.d
.include <bsd.obj.mk>
diff --git a/distrib/sparc64/ramdiskB/Makefile b/distrib/sparc64/ramdiskB/Makefile
index e0686642967..8cacf38eac3 100644
--- a/distrib/sparc64/ramdiskB/Makefile
+++ b/distrib/sparc64/ramdiskB/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.40 2019/04/30 17:46:06 deraadt Exp $
+# $OpenBSD: Makefile,v 1.41 2019/04/30 21:15:00 deraadt Exp $
FS= floppyB${OSrev}.fs
FSDISKTYPE= floppy
@@ -75,9 +75,9 @@ install:
.endif
clean cleandir:
- /bin/rm -f *.core mr.fs instbin instbin.mk instbin.cache \
+ rm -f *.core mr.fs instbin instbin.mk instbin.cache \
lib*.a lib*.olist instbin.map \
*.o *.lo *.c bsd bsd.rd bsd.gz ${FS}
- /bin/rm -rf mr.fs.d
+ rm -rf mr.fs.d
.include <bsd.obj.mk>