summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-11-29 01:22:50 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-11-29 01:22:50 +0000
commit6ff91764f33dc873ffee54461a5dcf54b0b0e841 (patch)
tree7a5950b0816f1a375060eee434bc09b40c9a73c5 /lib
parent1c76789a6cb11ec0568a3889f6d15485531c144b (diff)
Add MLINKS
Diffstat (limited to 'lib')
-rw-r--r--lib/libtermlib/Makefile19
1 files changed, 17 insertions, 2 deletions
diff --git a/lib/libtermlib/Makefile b/lib/libtermlib/Makefile
index bf0ba0c5724..a1745a6b694 100644
--- a/lib/libtermlib/Makefile
+++ b/lib/libtermlib/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 1997/04/27 20:56:17 millert Exp $
+# $OpenBSD: Makefile,v 1.8 1997/11/29 01:22:49 millert Exp $
#
# Copyright (c) 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
# All rights reserved.
@@ -44,12 +44,27 @@ SRCS= captoinfo.c def_prog_mode.c def_shell_mode.c del_curterm.c \
numnames.c numcodes.c numfnames.c \
strnames.c strcodes.c strfnames.c
HDRS= term.h
+MAN= terminfo.3
+MLINKS+= terminfo.3 setupterm.3 \
+ terminfo.3 setterm.3 \
+ terminfo.3 set_curterm.3 \
+ terminfo.3 del_curterm.3 \
+ terminfo.3 restartterm.3 \
+ terminfo.3 tparm.3 \
+ terminfo.3 tparam.3 \
+ terminfo.3 tputs.3 \
+ terminfo.3 putp.3 \
+ terminfo.3 vidputs.3 \
+ terminfo.3 vidattr.3 \
+ terminfo.3 mvcur.3 \
+ terminfo.3 tigetflag.3 \
+ terminfo.3 tigetnum.3 \
+ terminfo.3 tigetstr.3
CLEANFILES+= ${HDRS} binaries.h captoidx.c infotoidx.c mkinfo \
boolnames.c boolcodes.c boolfnames.c \
numnames.c numcodes.c numfnames.c \
strnames.c strcodes.c strfnames.c
CFLAGS+= -I. -I${.CURDIR}
-NOMAN=
beforedepend: ${HDRS} binaries.h