diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index c82bc108fd8..ade8edb5eec 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,10 +1,15 @@ -# $OpenBSD: Makefile,v 1.35 1999/05/23 22:13:22 angelos Exp $ +# $OpenBSD: Makefile,v 1.36 1999/08/28 00:24:01 niklas Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ 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 libcurses++ + liby libz + +# XXX Temporary until libcurses++ builds on mips again +.if ${MACHINE_ARCH} != "mips" +SUBDIR+= libcurses++ +.endif # XXX Temporarily until i386 and pmax are able to use libkvm .if make(obj) |