diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-01-19 05:45:26 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-01-19 05:45:26 +0000 |
commit | da6674ffbb766f214c8f8d98725981437c594622 (patch) | |
tree | 84322354785253b5c5da69530b39b1d4dc62c92c /lib/Makefile | |
parent | 87259a8874bd4e3089b5d2508640df624707415c (diff) |
enable libc_r
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 42f0991e94f..c8c2ed75bec 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.31 1998/10/07 02:37:35 deraadt Exp $ +# $OpenBSD: Makefile,v 1.32 1999/01/19 05:45:25 d Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ -SUBDIR= csu libarch libc libcom_err libcompat libcurses libdes libedit \ +SUBDIR= csu libarch libc libc_r libcom_err libcompat libcurses libdes libedit \ libform libl libm libmenu libocurses libossaudio libpanel libpcap \ libresolv librpcsvc libskey libssl libtelnet libutil libwrap liby libz |