diff options
author | peter <peter@FreeBSD.org> | 1996-08-26 09:25:20 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-08-26 09:25:20 +0000 |
commit | a873bed4097f9428618e1f6df13ab4fc88f2a4dc (patch) | |
tree | 907d989bbe6c14ef520e6b9c586dc8c5578db49a /lib/ncurses | |
parent | 01d5123979c5c575086781258917896172f9448c (diff) | |
download | FreeBSD-src-a873bed4097f9428618e1f6df13ab4fc88f2a4dc.zip FreeBSD-src-a873bed4097f9428618e1f6df13ab4fc88f2a4dc.tar.gz |
Delete -DGOOD_SELECT from CFLAGS, we don't have it. This is used to
indicate that select() returns the leftover time remaining in the timeval
arg of select, we don't do that (yet :-).
Diffstat (limited to 'lib/ncurses')
-rw-r--r-- | lib/ncurses/ncurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index c4cff60..e8bb8c4 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -1,5 +1,5 @@ # Makefile for ncurses -# $Id: Makefile,v 1.15 1996/02/09 00:45:32 mpp Exp $ +# $Id: Makefile,v 1.16 1996/05/27 22:58:29 wosch Exp $ LIB= ncurses SHLIB_MAJOR= 3 @@ -15,7 +15,7 @@ SRCS= lib_kernel.c lib_pad.c lib_bkgd.c \ lib_newterm.c lib_set_term.c lib_overlay.c lib_scrreg.c lib_color.c \ lib_insstr.c lib_insdel.c lib_twait.c lib_window.c copyright.c -CFLAGS+= -I. -I${.CURDIR} -Wall -DMYTINFO -DGOOD_SELECT +CFLAGS+= -I. -I${.CURDIR} -Wall -DMYTINFO LDADD+= -lmytinfo CLEANFILES+= lib_keyname.c keys.tries |