diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-07-11 03:02:28 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-07-11 03:02:28 +0000 |
commit | ebb587a338ad6621120d93d63a62e1243c41c924 (patch) | |
tree | 15c408f4194962ff5f19631612a4bbbcfb57838f /lib/Makefile | |
parent | d7c525ca7599820af94d325f61d6163c12c688e8 (diff) |
remove mips leftovers; ok brad
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/lib/Makefile b/lib/Makefile index 1b8b6fda788..8e842812137 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,14 +1,9 @@ -# $OpenBSD: Makefile,v 1.41 2001/06/27 05:53:16 art Exp $ +# $OpenBSD: Makefile,v 1.42 2001/07/11 03:02:23 pvalchev 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 libsectok libssl libtelnet \ - libutil libwrap liby libz libkvm - -# XXX Temporary until libcurses++ builds on mips again -.if ${MACHINE_ARCH} != "mips" -SUBDIR+= libcurses++ -.endif +SUBDIR= csu libarch libc libc_r libcom_err libcompat libcurses libcurses++ \ + libdes libedit libform libkeynote libl libm libmenu libocurses \ + libossaudio libpanel libpcap libresolv librpcsvc libskey \ + libsectok libssl libtelnet libutil libwrap liby libz libkvm .include <bsd.subdir.mk> |