diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-08-26 09:25:20 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-08-26 09:25:20 +0000 |
| commit | 3d98454e508e228ac7a367dfee226b3dfd4154cc (patch) | |
| tree | 907d989bbe6c14ef520e6b9c586dc8c5578db49a /lib/libncurses | |
| parent | 28f0ced1eefd89e384e27d5b670cead567707b00 (diff) | |
Notes
Diffstat (limited to 'lib/libncurses')
| -rw-r--r-- | lib/libncurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index c4cff60a2674..e8bb8c43b280 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/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 |
