summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-02-04 21:41:41 +0000
committerderaadt <deraadt@openbsd.org>2001-02-04 21:41:41 +0000
commit08d65e95355a22791b3f450f6c28517736e21105 (patch)
tree66a6e563d545434decd2afb69a9d339c80edd9de
parentuse base 8 for umask/chmod (diff)
downloadwireguard-openbsd-08d65e95355a22791b3f450f6c28517736e21105.tar.xz
wireguard-openbsd-08d65e95355a22791b3f450f6c28517736e21105.zip
libc_r builds on alpha again
-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++