More files need to be removed by make clean.
authormiod <miod@openbsd.org>
Mon, 14 Aug 2023 08:16:26 +0000 (08:16 +0000)
committermiod <miod@openbsd.org>
Mon, 14 Aug 2023 08:16:26 +0000 (08:16 +0000)
distrib/alpha/miniroot/Makefile

index 415bbad..893d850 100644 (file)
@@ -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 <bsd.obj.mk>