From 0ad3116c4f8f4f2989451c0e108c7feb316aa914 Mon Sep 17 00:00:00 2001 From: miod Date: Mon, 14 Aug 2023 08:16:26 +0000 Subject: [PATCH] More files need to be removed by make clean. --- distrib/alpha/miniroot/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/distrib/alpha/miniroot/Makefile b/distrib/alpha/miniroot/Makefile index 415bbad6a84..893d850d2ea 100644 --- a/distrib/alpha/miniroot/Makefile +++ b/distrib/alpha/miniroot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2023/04/30 22:44:18 krw Exp $ +# $OpenBSD: Makefile,v 1.28 2023/08/14 08:16:26 miod Exp $ FS= miniroot${OSrev}.img FSSIZE= 6080 @@ -111,9 +111,11 @@ install: .endif clean cleandir: - rm -f *.core mr.fs instbin instbin.mk instbin.cache \ - *.o *.lo *.c \ - lib*.a lib*.olist instbin.map ${CLEANFILES} + rm -f *.core mr.fs instbin instbin.mk instbin*.cache \ + *.o *.lo *.c bsd bsd.rd bsd.gz bsd.strip \ + lib*.a lib*.olist instbin.map instbin.conf ${FS} ${CLEANFILES} rm -rf mr.fs.d + rm -f ${CDROM} + rm -rf cd-dir .include -- 2.20.1