From 0f12bba78f77a96e40be5f828ab6d636a53ee25e Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 30 Apr 2019 21:15:01 +0000 Subject: rm is in /bin, no need to specify --- distrib/octeon/ramdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/octeon/ramdisk') 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 -- cgit v1.2.3