More files to be blessed by the clean target.
authormiod <miod@openbsd.org>
Fri, 19 Jan 2024 20:06:00 +0000 (20:06 +0000)
committermiod <miod@openbsd.org>
Fri, 19 Jan 2024 20:06:00 +0000 (20:06 +0000)
distrib/sparc64/miniroot/Makefile
distrib/sparc64/ramdisk/Makefile
distrib/sparc64/ramdiskB/Makefile

index 85dbd61..5add809 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.31 2023/04/28 12:26:43 krw Exp $
+#      $OpenBSD: Makefile,v 1.32 2024/01/19 20:06:00 miod Exp $
 
 FS=            miniroot${OSrev}.img
 FSSIZE=                6400
@@ -107,7 +107,7 @@ install:
 
 clean cleandir:
        rm -f *.core mr.fs instbin instbin.mk instbin*.cache \
-           lib*.a lib*.olist instbin.map \
+           lib*.a lib*.olist instbin.map instbin.conf \
            *.o *.lo *.c bsd bsd.rd bsd.gz bsd.strip ${FS}
        rm -rf mr.fs.d
        rm -rf ${CDROM} ${.OBJDIR}/cd-dir
index 1c50ef6..1de928b 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.57 2023/04/28 12:26:43 krw Exp $
+#      $OpenBSD: Makefile,v 1.58 2024/01/19 20:06:00 miod Exp $
 
 FS=            floppy${OSrev}.img
 FSSIZE=                2880
@@ -77,8 +77,8 @@ install:
 
 clean cleandir:
        rm -f *.core mr.fs instbin instbin.mk instbin.cache \
-           lib*.a lib*.olist instbin.map \
-           *.o *.lo *.c bsd bsd.rd bsd.gz ${FS}
+           lib*.a lib*.olist instbin.map instbin.conf \
+           *.o *.lo *.c bsd bsd.rd bsd.strip bsd.gz ${FS}
        rm -rf mr.fs.d
 
 .include <bsd.obj.mk>
index df23b7b..ce348eb 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.53 2023/04/28 12:26:43 krw Exp $
+#      $OpenBSD: Makefile,v 1.54 2024/01/19 20:06:00 miod Exp $
 
 FS=            floppyB${OSrev}.img
 FSSIZE=                2880
@@ -77,8 +77,8 @@ install:
 
 clean cleandir:
        rm -f *.core mr.fs instbin instbin.mk instbin.cache \
-           lib*.a lib*.olist instbin.map \
-           *.o *.lo *.c bsd bsd.rd bsd.gz ${FS}
+           lib*.a lib*.olist instbin.map instbin.conf \
+           *.o *.lo *.c bsd bsd.rd bsd.gz bsd.strip ${FS}
        rm -rf mr.fs.d
 
 .include <bsd.obj.mk>