diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2023-09-21 20:55:03 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2023-09-21 20:55:03 +0000 |
commit | 14bd36ab83f99c27b8b06bd79216a3e6c1c63aab (patch) | |
tree | 713f03bc96853af855760eebe161955c6bfd1740 | |
parent | b2016fb668ea6f53c7d68545e521f4bdf5d81082 (diff) |
Add rsync to subdir to create obj. With obj directory rsync test
passes also when run as root.
-rw-r--r-- | regress/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/Makefile b/regress/usr.bin/Makefile index 52d71cd1647..e8e2df8d8dd 100644 --- a/regress/usr.bin/Makefile +++ b/regress/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2023/06/12 20:19:45 millert Exp $ +# $OpenBSD: Makefile,v 1.48 2023/09/21 20:55:02 bluhm Exp $ SUBDIR+= apply SUBDIR+= basename bc @@ -11,7 +11,7 @@ SUBDIR+= lastcomm SUBDIR+= m4 mail mandoc SUBDIR+= nc SUBDIR+= openssl -SUBDIR+= rev +SUBDIR+= rev rsync SUBDIR+= sdiff sed seq signify snmp sort SUBDIR+= tsort SUBDIR+= ul |