diff options
author | 2020-01-13 17:06:56 +0000 | |
---|---|---|
committer | 2020-01-13 17:06:56 +0000 | |
commit | bb7074e2b1380911bcc0f098d2f959043b977193 (patch) | |
tree | 975614f4cd96cc9715a9f4c7bf60d5212821b79a /regress/lib/libc | |
parent | Fix printf compiler warnings in wfp regress. Convert wchar to a (diff) | |
download | wireguard-openbsd-bb7074e2b1380911bcc0f098d2f959043b977193.tar.xz wireguard-openbsd-bb7074e2b1380911bcc0f098d2f959043b977193.zip |
Make clean should not require SUDO.
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/sys/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/lib/libc/sys/Makefile b/regress/lib/libc/sys/Makefile index e8c06d0fb21..e30e0a08fb5 100644 --- a/regress/lib/libc/sys/Makefile +++ b/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 <openbsd@moritzbuhl.de> # Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org> @@ -100,5 +100,3 @@ run-${PROG}-$n: .endif .include <bsd.regress.mk> - -clean: cleanup-t_chroot |