diff options
author | bluhm <> | 2020-01-13 17:06:56 +0000 |
---|---|---|
committer | bluhm <> | 2020-01-13 17:06:56 +0000 |
commit | c4644b1171df29d076fb20433aeea3287786712f (patch) | |
tree | f6a82838fd8f2ce18342f618e6da2813bb725000 /src/regress/lib | |
parent | 6031db198e734431ffd3c59e4e4ec3afb103042d (diff) | |
download | openbsd-c4644b1171df29d076fb20433aeea3287786712f.tar.gz openbsd-c4644b1171df29d076fb20433aeea3287786712f.tar.bz2 openbsd-c4644b1171df29d076fb20433aeea3287786712f.zip |
Make clean should not require SUDO.
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libc/sys/Makefile | 4 |
1 files changed, 1 insertions, 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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1.1.1 2019/11/19 19:57:03 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2020/01/13 17:06:56 bluhm Exp $ |
2 | 2 | ||
3 | # Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de> | 3 | # Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de> |
4 | # Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org> | 4 | # Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org> |
@@ -100,5 +100,3 @@ run-${PROG}-$n: | |||
100 | .endif | 100 | .endif |
101 | 101 | ||
102 | .include <bsd.regress.mk> | 102 | .include <bsd.regress.mk> |
103 | |||
104 | clean: cleanup-t_chroot | ||