diff options
Diffstat (limited to 'distrib/amd64/ramdiskA/Makefile')
-rw-r--r-- | distrib/amd64/ramdiskA/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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> |