diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-04 21:41:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-04 21:41:42 +0000 |
commit | e3323adf78a21ac52273e118f104e45b2dfd3639 (patch) | |
tree | a2b5c99a06d13dcb742d1cc1f70c9ea2f94d47a8 /lib/Makefile | |
parent | 41ac7a2ca323edd2f65b09d7ba4cc282674b678d (diff) |
libc_r builds on alpha again
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/Makefile b/lib/Makefile index 46ee28f49a7..93a958ddf4e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,16 +1,11 @@ -# $OpenBSD: Makefile,v 1.38 2000/11/19 21:27:13 millert Exp $ +# $OpenBSD: Makefile,v 1.39 2001/02/04 21:41:41 deraadt 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 libkeynote libl libm libmenu libocurses libossaudio libpanel \ libpcap libresolv librpcsvc libskey libssl libtelnet libutil libwrap \ liby libz -# XXX Temporary until libc_r builds on alpha again -.if ${MACHINE} != "alpha" -SUBDIR+= libc_r -.endif - # XXX Temporary until libcurses++ builds on mips again .if ${MACHINE_ARCH} != "mips" SUBDIR+= libcurses++ |