diff options
author | 2001-06-17 22:40:44 +0000 | |
---|---|---|
committer | 2001-06-17 22:40:44 +0000 | |
commit | 8ec5655ffb5c05cc294b7c34f1dcfaa6bc1f1cec (patch) | |
tree | dfad343716a7b3c66c46fe24de66653c153a95ce | |
parent | spelling: Asymetric -> Asymmetric (diff) | |
download | wireguard-openbsd-8ec5655ffb5c05cc294b7c34f1dcfaa6bc1f1cec.tar.xz wireguard-openbsd-8ec5655ffb5c05cc294b7c34f1dcfaa6bc1f1cec.zip |
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.
-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 |