summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/Makefile
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1995-03-19 21:47:51 +0000
committernate <nate@FreeBSD.org>1995-03-19 21:47:51 +0000
commita57e4a521e54da58b6e4fc379506133acc8bc6b3 (patch)
treeb141c70651f177da29b6fa5b3d250ac64d77615f /lib/libcurses/Makefile
parentcd13439f7fcbddc784167aae6bfd32eb8770b780 (diff)
downloadFreeBSD-src-a57e4a521e54da58b6e4fc379506133acc8bc6b3.zip
FreeBSD-src-a57e4a521e54da58b6e4fc379506133acc8bc6b3.tar.gz
Separated out the _putchar & __cputchar() routines so that programs such
as tn3270 can replace _putchar(0 with their own routine and still keep using the __cputchar() routine used by all of the other curses routines. Reviewed by: "Andrey A. Chernov, Black Mage" <ache@astral.msk.su>
Diffstat (limited to 'lib/libcurses/Makefile')
-rw-r--r--lib/libcurses/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile
index 42d9de1..26e9a14 100644
--- a/lib/libcurses/Makefile
+++ b/lib/libcurses/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/2/94
-# $Id: Makefile,v 1.3 1994/08/28 21:48:11 ache Exp $
+# $Id: Makefile,v 1.4 1994/10/12 01:57:56 ache Exp $
CFLAGS+=#-DTFILE=\"/dev/ttyp0\"
CFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR}
@@ -9,8 +9,9 @@ SRCS= addbytes.c addch.c addnstr.c box.c clear.c clrtobot.c clrtoeol.c \
cr_put.c ctrace.c cur_hash.c curses.c delch.c deleteln.c delwin.c \
erase.c fullname.c getch.c getstr.c id_subwins.c idlok.c initscr.c \
insch.c insertln.c longname.c move.c mvwin.c newwin.c overlay.c \
- overwrite.c printw.c putchar.c refresh.c scanw.c scroll.c setterm.c \
- standout.c toucholap.c touchwin.c tscroll.c tstp.c tty.c unctrl.c
+ overwrite.c printw.c _putchar.c putchar.c refresh.c scanw.c scroll.c \
+ setterm.c standout.c toucholap.c touchwin.c tscroll.c tstp.c tty.c \
+ unctrl.c
MAN3= curses.3
beforeinstall:
OpenPOWER on IntegriCloud