diff options
author | 2002-04-30 07:35:01 +0000 | |
---|---|---|
committer | 2002-04-30 07:35:01 +0000 | |
commit | df0b9c6d01fc8c89ffe708d825f73ceebe09e648 (patch) | |
tree | 5958e97ee19486341e2bffe3822e65b3066ac324 | |
parent | instbin removal now done in a Makefile (diff) | |
download | wireguard-openbsd-df0b9c6d01fc8c89ffe708d825f73ceebe09e648.tar.xz wireguard-openbsd-df0b9c6d01fc8c89ffe708d825f73ceebe09e648.zip |
instbin removal was not done; do in Makefile
-rw-r--r-- | distrib/mvmeppc/ramdisk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/mvmeppc/ramdisk/Makefile b/distrib/mvmeppc/ramdisk/Makefile index 3a2d6ad9bdb..b2e37dd7130 100644 --- a/distrib/mvmeppc/ramdisk/Makefile +++ b/distrib/mvmeppc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/04/28 18:28:34 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2002/04/30 07:35:01 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -92,6 +92,7 @@ do_files: TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \ REV=${REV} TARGDIR=${MOUNT_POINT} UTILS=${UTILS} \ sh ${TOP}/runlist.sh ${LISTS} + rm ${MOUNT_POINT}/${CBIN} clean cleandir: /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \ |