diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-19 23:10:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-19 23:10:00 +0000 |
commit | f2e1502a46d986993771c35f85337f23fbe2dc29 (patch) | |
tree | 5d73d15bf17ee38c92da2d8b606d79095d618613 /regress | |
parent | c55c27afc5b3f1669d001934542a2101f49a6648 (diff) |
repository move libc_r to libpthread
Diffstat (limited to 'regress')
-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 35f60c9185e..b0c21dc9586 100644 --- a/regress/lib/Makefile +++ b/regress/lib/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.10 2002/06/08 08:36:39 jason Exp $ +# $OpenBSD: Makefile,v 1.11 2003/01/19 23:09:59 deraadt Exp $ -SUBDIR+= libc libc_r csu libssl libm +SUBDIR+= libc libpthread csu libssl libm install: |