diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-17 22:40:45 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-17 22:40:45 +0000 |
commit | 165f6244b7a8471135032e0ef7338c634c3e858c (patch) | |
tree | 4dafca687aa9374829a6a39b41afa67683474f6b /distrib | |
parent | bc66bf82558a70213138f5ed4f9b14b30a9a214a (diff) |
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.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/powerpc/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |