summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-02-09 18:51:50 +0000
committerderaadt <deraadt@openbsd.org>1997-02-09 18:51:50 +0000
commit079d8ba2da10e71bdbbdadd35a342eecb7caf982 (patch)
tree7534f795c19dfd26ebb77e54b09d461c8254c34a /lib
parentdelete things until it fits.... sigh (diff)
downloadwireguard-openbsd-079d8ba2da10e71bdbbdadd35a342eecb7caf982.tar.xz
wireguard-openbsd-079d8ba2da10e71bdbbdadd35a342eecb7caf982.zip
do not make changes here that hide a problem which needs fixing
Diffstat (limited to 'lib')
-rw-r--r--lib/libcurses/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile
index 95a3a63fba8..fbc7b64eba6 100644
--- a/lib/libcurses/Makefile
+++ b/lib/libcurses/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 1997/01/07 06:52:57 graichen Exp $
+# $OpenBSD: Makefile,v 1.11 1997/02/09 18:51:50 deraadt Exp $
LIB= curses
SRCS= hardscroll.c lib_acs.c lib_delch.c lib_insstr.c lib_options.c \
@@ -13,9 +13,7 @@ SRCS= hardscroll.c lib_acs.c lib_delch.c lib_insstr.c lib_options.c \
lib_color.c lib_insch.c lib_newterm.c lib_scroll.c lib_data.c \
lib_insdel.c lib_keyname.c lib_newwin.c lib_scrreg.c lib_gen.c
CFLAGS+= -I. -I${.CURDIR} -DTERMIOS -DEXTERN_TERMINFO
-.if ${MACHINE_ARCH} != "mips"
LDADD+= -ltermlib
-.endif
MAN= curs_addch.3 curs_addchstr.3 curs_addstr.3 curs_attr.3 curs_beep.3 \
curs_bkgd.3 curs_border.3 curs_clear.3 curs_color.3 curs_delch.3 \
curs_deleteln.3 curs_getch.3 curs_getstr.3 curs_getyx.3 curs_inch.3 \