diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-12 01:59:06 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-12 01:59:06 +0000 |
| commit | 9c9986c2c8468a4db9b064db2fef477ec9cb210b (patch) | |
| tree | 76210a8ebf367b90d110a278e88c97a560012b99 | |
| parent | 2041b760c8c045c4a49dd84e63abf8da0f9cc8d5 (diff) | |
Notes
| -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 50447f1cbb32..c1977bf69da8 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 50447f1cbb32..c1977bf69da8 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 |
