diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-07-09 03:58:13 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-07-09 03:58:13 +0000 |
commit | 2afba9ab3b6d4b3c8d01c5ede9c7f6c840faa3bc (patch) | |
tree | 6d88e3b34199da9f7d140b420faff383c6027d06 /regress/bin/Makefile | |
parent | b7e1d9f9c35699b6d55de6c7c21f07c599929f94 (diff) |
Move test(1) test into regress.
ok deraadt
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 bc5937509bb..0b3797dafab 100644 --- a/regress/bin/Makefile +++ b/regress/bin/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.5 2005/04/14 15:17:07 cloder Exp $ +# $OpenBSD: Makefile,v 1.6 2011/07/09 03:58:12 nicm Exp $ -SUBDIR+= md5 ksh pax systrace +SUBDIR+= md5 ksh pax systrace test install: |