From cc8dae91d8ae6ad11d1690c579bd2f2240d9f16c Mon Sep 17 00:00:00 2001 From: miod Date: Fri, 19 Jan 2024 20:06:00 +0000 Subject: [PATCH] More files to be blessed by the clean target. --- distrib/sparc64/miniroot/Makefile | 4 ++-- distrib/sparc64/ramdisk/Makefile | 6 +++--- distrib/sparc64/ramdiskB/Makefile | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/distrib/sparc64/miniroot/Makefile b/distrib/sparc64/miniroot/Makefile index 85dbd615baa..5add8097817 100644 --- a/distrib/sparc64/miniroot/Makefile +++ b/distrib/sparc64/miniroot/Makefile @@ -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 diff --git a/distrib/sparc64/ramdisk/Makefile b/distrib/sparc64/ramdisk/Makefile index 1c50ef6f7c1..1de928b440a 100644 --- a/distrib/sparc64/ramdisk/Makefile +++ b/distrib/sparc64/ramdisk/Makefile @@ -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 diff --git a/distrib/sparc64/ramdiskB/Makefile b/distrib/sparc64/ramdiskB/Makefile index df23b7bc19c..ce348ebe5a6 100644 --- a/distrib/sparc64/ramdiskB/Makefile +++ b/distrib/sparc64/ramdiskB/Makefile @@ -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 -- 2.20.1