diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-02-13 17:23:18 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-02-13 17:23:18 +0000 |
| commit | c6493ee41b00b5e6b68d4a59a95766b964df24b2 (patch) | |
| tree | 4f63e3b13c791b7eb8c855da9d4cac34927dd969 /lib/libncurses | |
| parent | 2655f626323b1618ce6b8ce04e654a62ffeb912a (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 cddd29f4668a..452666ca124a 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -1,5 +1,5 @@ # Makefile for ncurses -# $Id: Makefile,v 1.8 1994/12/02 06:39:03 ache Exp $ +# $Id: Makefile,v 1.9 1994/12/04 02:43:41 ache Exp $ LIB= ncurses SRCS= lib_kernel.c lib_pad.c lib_bkgd.c \ @@ -11,7 +11,7 @@ SRCS= lib_kernel.c lib_pad.c lib_bkgd.c \ lib_box.c lib_clear.c lib_delch.c lib_insch.c \ lib_getstr.c lib_mvwin.c lib_longname.c lib_tstp.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 copyright.c + lib_insstr.c lib_insdel.c lib_twait.c lib_window.c copyright.c CFLAGS+= -I. -I${.CURDIR} -Wall -DMYTINFO -DGOOD_SELECT LDADD+= -lmytinfo |
