summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-02-04 21:41:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-02-04 21:41:42 +0000
commite3323adf78a21ac52273e118f104e45b2dfd3639 (patch)
treea2b5c99a06d13dcb742d1cc1f70c9ea2f94d47a8 /lib/Makefile
parent41ac7a2ca323edd2f65b09d7ba4cc282674b678d (diff)
libc_r builds on alpha again
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile9
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++