diff options
-rw-r--r-- | lib/libncurses/Makefile | 4 | ||||
-rw-r--r-- | lib/ncurses/ncurses/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 50447f1..c1977bf 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -1,5 +1,5 @@ # Makefile for ncurses -# $Id: Makefile,v 1.3 1994/10/10 00:34:44 ache Exp $ +# $Id: Makefile,v 1.4 1994/10/12 01:51:27 ache Exp $ LIB= ncurses SRCS= lib_kernel.c lib_pad.c\ @@ -14,7 +14,7 @@ SRCS= lib_kernel.c lib_pad.c\ lib_insstr.c lib_insdel.c lib_twait.c copyright.c CFLAGS+= -I. -Wall -DMYTINFO -DTERMIOS -DGOOD_SELECT -DBSDTABS -LDADD= -lmytinfo +LDADD+= -lmytinfo CLEANFILES+= lib_keyname.c keys.tries diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index 50447f1..c1977bf 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -1,5 +1,5 @@ # Makefile for ncurses -# $Id: Makefile,v 1.3 1994/10/10 00:34:44 ache Exp $ +# $Id: Makefile,v 1.4 1994/10/12 01:51:27 ache Exp $ LIB= ncurses SRCS= lib_kernel.c lib_pad.c\ @@ -14,7 +14,7 @@ SRCS= lib_kernel.c lib_pad.c\ lib_insstr.c lib_insdel.c lib_twait.c copyright.c CFLAGS+= -I. -Wall -DMYTINFO -DTERMIOS -DGOOD_SELECT -DBSDTABS -LDADD= -lmytinfo +LDADD+= -lmytinfo CLEANFILES+= lib_keyname.c keys.tries |