From 165f6244b7a8471135032e0ef7338c634c3e858c Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Sun, 17 Jun 2001 22:40:45 +0000 Subject: Do not remove a CVSed file during the build process. At one point it was a generated file, but that changed long ago. Pointed out by krw. --- distrib/powerpc/ramdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/powerpc') diff --git a/distrib/powerpc/ramdisk/Makefile b/distrib/powerpc/ramdisk/Makefile index af0b97ef437..c6b631de84b 100644 --- a/distrib/powerpc/ramdisk/Makefile +++ b/distrib/powerpc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2001/04/13 01:29:24 krw Exp $ +# $OpenBSD: Makefile,v 1.17 2001/06/17 22:40:44 drahn Exp $ TOP= ${.CURDIR}/.. @@ -95,7 +95,7 @@ do_files: REV=${REV} TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${LISTS} clean cleandir: - /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.conf ${CBIN}.mk ${CBIN}.cache \ + /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \ *.o *.lo *.c bsd ${BSD_RD} \ rdsetroot -- cgit v1.2.3