diff options
author | anton <anton@cvs.openbsd.org> | 2017-06-21 19:03:31 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2017-06-21 19:03:31 +0000 |
commit | f93ecb18f99223d325c4469d83b0a4c58fc2d742 (patch) | |
tree | a7538b7d9fe7a229118310feeb74115446e7d80b /regress/bin/Makefile | |
parent | d352847ff58475bb1a5ae8605b0b8812a823c83e (diff) |
Add regression tests for the filec feature in csh.
Diffstat (limited to 'regress/bin/Makefile')
-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 d809b60b448..d6ec45cced7 100644 --- a/regress/bin/Makefile +++ b/regress/bin/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.11 2016/07/05 20:01:47 schwarze Exp $ +# $OpenBSD: Makefile,v 1.12 2017/06/21 19:03:30 anton Exp $ -SUBDIR+= cat chmod ksh ln md5 pax ps test +SUBDIR+= cat chmod csh ksh ln md5 pax ps test install: |