aboutsummaryrefslogtreecommitdiff
path: root/lib/libncurses/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-08-25 07:41:15 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-08-25 07:41:15 +0000
commit0e7e6efe8f3488c7cf56d81cbae0bbc4ef942891 (patch)
tree0f831d6e60fec7fe347401fc745922a06067a8c0 /lib/libncurses/Makefile
parent05c5fed8f5039bfcff6374723263a24b33c2430c (diff)
Notes
Diffstat (limited to 'lib/libncurses/Makefile')
-rw-r--r--lib/libncurses/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index 5cb0429121fdd..8e4d3ea252ca1 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/Makefile
@@ -1,5 +1,5 @@
# Makefile for ncurses
-# $Id: Makefile,v 1.21 1997/02/22 15:07:38 peter Exp $
+# $Id: Makefile,v 1.22 1997/08/24 19:09:32 ache 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
+CFLAGS+= -I. -I${.CURDIR} -Wall -DMYTINFO #-DTRACE
DPADD= ${LIBMYTINFO}
LDADD= -lmytinfo