From c4644b1171df29d076fb20433aeea3287786712f Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Mon, 13 Jan 2020 17:06:56 +0000 Subject: Make clean should not require SUDO. --- src/regress/lib/libc/sys/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/regress/lib/libc/sys/Makefile b/src/regress/lib/libc/sys/Makefile index e8c06d0fb2..e30e0a08fb 100644 --- a/src/regress/lib/libc/sys/Makefile +++ b/src/regress/lib/libc/sys/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/11/19 19:57:03 bluhm Exp $ +# $OpenBSD: Makefile,v 1.2 2020/01/13 17:06:56 bluhm Exp $ # Copyright (c) 2019 Moritz Buhl # Copyright (c) 2019 Alexander Bluhm @@ -100,5 +100,3 @@ run-${PROG}-$n: .endif .include - -clean: cleanup-t_chroot -- cgit v1.2.3-55-g6feb