upstream: remove unused and problematic sudo clean. ok espie

OpenBSD-Regress-ID: ca90c20a15a85b661e13e98b80c10e65cd662f7b
This commit is contained in:
tedu@openbsd.org 2018-12-15 00:50:21 +00:00 committed by Damien Miller
parent 0a843d9a0e
commit bb542f0cf6
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.98 2018/11/22 08:48:32 dtucker Exp $
# $OpenBSD: Makefile,v 1.99 2018/12/15 00:50:21 tedu Exp $
REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
tests: prep $(REGRESS_TARGETS)
@ -11,7 +11,6 @@ prep:
clean:
for F in $(CLEANFILES); do rm -f $(OBJ)$$F; done
test -z "${SUDO}" || ${SUDO} rm -f ${SUDO_CLEAN}
rm -rf $(OBJ).putty
distclean: clean