diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2015-06-15 09:25:23 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2015-06-15 09:25:23 +0000 |
commit | 4c3bc2e8760512153478a9382c2f92559236f546 (patch) | |
tree | d727d00fe07ee0a285c9aecab8e405ddcfd0764b | |
parent | f3ba77389de4d57edd9c75a014ff106fd0fc2f9b (diff) |
hook up chmod
-rw-r--r-- | regress/bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/bin/Makefile b/regress/bin/Makefile index 3cb4012f5f5..a257f183a79 100644 --- a/regress/bin/Makefile +++ b/regress/bin/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.8 2014/03/20 04:02:02 lteo Exp $ +# $OpenBSD: Makefile,v 1.9 2015/06/15 09:25:22 florian Exp $ -SUBDIR+= ksh ln md5 pax ps systrace test +SUBDIR+= chmod ksh ln md5 pax ps systrace test install: |