summaryrefslogtreecommitdiffstats
path: root/lib/ncurses
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-02-13 17:23:18 +0000
committerache <ache@FreeBSD.org>1995-02-13 17:23:18 +0000
commit76d019c170c2552a6f9156199eb713507685deb6 (patch)
tree4f63e3b13c791b7eb8c855da9d4cac34927dd969 /lib/ncurses
parenta0467b5c60c06f9056fe2dc63d317b459abea1e5 (diff)
downloadFreeBSD-src-76d019c170c2552a6f9156199eb713507685deb6.zip
FreeBSD-src-76d019c170c2552a6f9156199eb713507685deb6.tar.gz
Add missing lib_window.c to SRCS
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index cddd29f..452666c 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/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
OpenPOWER on IntegriCloud