diff options
Diffstat (limited to 'distrib/i386/ramdisk_cd/Makefile')
-rw-r--r-- | distrib/i386/ramdisk_cd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/ramdisk_cd/Makefile b/distrib/i386/ramdisk_cd/Makefile index 7ee54c5da0f..45b3308b92e 100644 --- a/distrib/i386/ramdisk_cd/Makefile +++ b/distrib/i386/ramdisk_cd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/04/30 23:25:19 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 2019/04/30 23:37:32 deraadt Exp $ FS= miniroot${OSrev}.fs FSSIZE= 7936 @@ -103,7 +103,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 |