summaryrefslogtreecommitdiffstats
path: root/lib/libtermcap/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-08-04 06:39:55 +0000
committerache <ache@FreeBSD.org>1995-08-04 06:39:55 +0000
commit3631ae6f9fa6aab4f69713033cb5e239255f334c (patch)
tree9966d69ef185705cb895e2b15d43330077c512f7 /lib/libtermcap/Makefile
parent060942c07e02758de7d13b7001005b172a7650f7 (diff)
downloadFreeBSD-src-3631ae6f9fa6aab4f69713033cb5e239255f334c.zip
FreeBSD-src-3631ae6f9fa6aab4f69713033cb5e239255f334c.tar.gz
Add non-standard function: _set_ospeed(speed)
Basically all termios+termcap pgms needs it. It set ospeed variable using nearest-matched stty speeds, which helps termcap pgms works with non-fixed termios speeds and not duplicate ospeed switch into every pgm. Also it isn't standard function, its source code is too big to include it in whole to every termcap+termios pgm.
Diffstat (limited to 'lib/libtermcap/Makefile')
-rw-r--r--lib/libtermcap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtermcap/Makefile b/lib/libtermcap/Makefile
index 8c90c9d..0ed230c 100644
--- a/lib/libtermcap/Makefile
+++ b/lib/libtermcap/Makefile
@@ -4,12 +4,12 @@ LIB= termcap
SHLIB_MAJOR= 2
SHLIB_MINOR= 1
CFLAGS+=-DCM_N -DCM_GT -DCM_B -DCM_D
-SRCS= termcap.c tgoto.c tputs.c tparm.c
+SRCS= termcap.c tgoto.c tputs.c tparm.c tospeed.c
MAN3= termcap.3
MLINKS= termcap.3 tgetent.3 termcap.3 tgetflag.3 termcap.3 tgetnum.3 \
termcap.3 tgetstr.3 termcap.3 tgoto.3 termcap.3 tputs.3 \
- termcap.3 tparm.3
+ termcap.3 tparm.3 termcap.3 _set_ospeed.3
LINKS= ${LIBDIR}/libtermcap.a ${LIBDIR}/libtermlib.a
.if !defined(NOPIC)
LINKS+= ${SHLIBDIR}/libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
OpenPOWER on IntegriCloud