diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2024-01-19 20:06:01 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2024-01-19 20:06:01 +0000 |
commit | 59894030b49b3f5ea110b4506820f09a4458752a (patch) | |
tree | 72fde29e2420d7cdc36d96b4e57c891338768184 /distrib | |
parent | b1592ff2dddd17c70627b1b9b7959b5f486fc6f2 (diff) |
More files to be blessed by the clean target.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/sparc64/miniroot/Makefile | 4 | ||||
-rw-r--r-- | distrib/sparc64/ramdisk/Makefile | 6 | ||||
-rw-r--r-- | 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 <bsd.obj.mk> 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 <bsd.obj.mk> |