diff options
| author | bluhm <> | 2020-01-13 17:06:56 +0000 |
|---|---|---|
| committer | bluhm <> | 2020-01-13 17:06:56 +0000 |
| commit | b804382e58ac0ee573b48f6a210eef9d21e77d9c (patch) | |
| tree | f6a82838fd8f2ce18342f618e6da2813bb725000 | |
| parent | d6e6d96f9db7851ece7cfafcc6e217f0a25409e4 (diff) | |
| download | openbsd-b804382e58ac0ee573b48f6a210eef9d21e77d9c.tar.gz openbsd-b804382e58ac0ee573b48f6a210eef9d21e77d9c.tar.bz2 openbsd-b804382e58ac0ee573b48f6a210eef9d21e77d9c.zip | |
Make clean should not require SUDO.
Diffstat (limited to '')
| -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 | ||
