diff options
author | 2001-08-15 14:38:23 +0000 | |
---|---|---|
committer | 2001-08-15 14:38:23 +0000 | |
commit | c433ccac0056aa2d6c5f669b6d390d95353b5dfe (patch) | |
tree | c4b177ad4b91e888530257e70cfa0c3c3ad6f5d1 | |
parent | Regression tests for libc_r (pthreads) library. (diff) | |
download | wireguard-openbsd-c433ccac0056aa2d6c5f669b6d390d95353b5dfe.tar.xz wireguard-openbsd-c433ccac0056aa2d6c5f669b6d390d95353b5dfe.zip |
Add libc_r.
-rw-r--r-- | regress/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/Makefile b/regress/lib/Makefile index 1b3d7364663..67763b9b325 100644 --- a/regress/lib/Makefile +++ b/regress/lib/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:37 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 2001/08/15 14:38:23 fgsch Exp $ # $NetBSD: Makefile,v 1.2 1995/04/20 22:38:24 cgd Exp $ -SUBDIR+= libc +SUBDIR+= libc libc_r regress: _SUBDIRUSE |