diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-06-08 08:36:40 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-06-08 08:36:40 +0000 |
commit | 46b2208514c9420418755703266de11614cb1cc3 (patch) | |
tree | 77d9901d6517c378ec302ea11280382cbed75586 | |
parent | 7ca2acd8ffd3ee00ce563ae9048502a843551f8f (diff) |
recurse into my new test (libm/trivial1)
-rw-r--r-- | regress/lib/Makefile | 4 | ||||
-rw-r--r-- | regress/lib/libm/Makefile | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/regress/lib/Makefile b/regress/lib/Makefile index 653d339799b..35f60c9185e 100644 --- a/regress/lib/Makefile +++ b/regress/lib/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.9 2002/02/23 01:25:10 art Exp $ +# $OpenBSD: Makefile,v 1.10 2002/06/08 08:36:39 jason Exp $ -SUBDIR+= libc libc_r csu libssl +SUBDIR+= libc libc_r csu libssl libm install: diff --git a/regress/lib/libm/Makefile b/regress/lib/libm/Makefile new file mode 100644 index 00000000000..8404e9159ef --- /dev/null +++ b/regress/lib/libm/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2002/06/08 08:36:39 jason Exp $ + +SUBDIR+= trivial1 + +install: + +.include <bsd.subdir.mk> |