Do not rm a directory
authorkn <kn@openbsd.org>
Fri, 26 Aug 2022 11:06:47 +0000 (11:06 +0000)
committerkn <kn@openbsd.org>
Fri, 26 Aug 2022 11:06:47 +0000 (11:06 +0000)
regress/usr.sbin/installboot/Makefile

index 34d143e..f14a4c5 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.6 2022/08/24 20:38:03 kn Exp $
+#      $OpenBSD: Makefile,v 1.7 2022/08/26 11:06:47 kn Exp $
 
 INSTALLBOOT ?=         /usr/sbin/installboot
 DRY_RUN =              ${INSTALLBOOT} -n
@@ -116,7 +116,7 @@ dry-toomany:
        ${DRY_RUN} -- disk stage1 stage2 too many
 
 
-CLEANFILES =           ${CHUNKFILES} ${DEVFILES} ${SRFILE} ${MOUNTPOINT}
+CLEANFILES =           ${CHUNKFILES} ${DEVFILES} ${SRFILE}
 REGRESS_CLEANUP =      cleanup
 
 # allow failure to always cleanup as much as possible