diff options
author | wosch <wosch@FreeBSD.org> | 1996-05-27 22:58:29 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-05-27 22:58:29 +0000 |
commit | 3f65ec9421df28b22a512db46aa4357e59763882 (patch) | |
tree | 4fe73d12855da828eed4eed9df0a78dedb5eece6 /lib/libncurses/Makefile | |
parent | d378f22daa622d9b0a0b5acb9ee144fd236d6b00 (diff) | |
download | FreeBSD-src-3f65ec9421df28b22a512db46aa4357e59763882.zip FreeBSD-src-3f65ec9421df28b22a512db46aa4357e59763882.tar.gz |
remove MLINKS tparm.3 due name clash with libtermcap
Diffstat (limited to 'lib/libncurses/Makefile')
-rw-r--r-- | lib/libncurses/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index c0432c0..c4cff60 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -1,5 +1,5 @@ # Makefile for ncurses -# $Id: Makefile,v 1.14 1995/08/06 12:37:32 bde Exp $ +# $Id: Makefile,v 1.15 1996/02/09 00:45:32 mpp Exp $ LIB= ncurses SHLIB_MAJOR= 3 @@ -184,9 +184,12 @@ MLINKS+=curs_termatt.3 baudrate.3 curs_termatt.3 erasechar.3 \ curs_termatt.3 has_ic.3 curs_termatt.3 has_il.3 \ curs_termatt.3 killchar.3 curs_termatt.3 longname.3 \ curs_termatt.3 termattrs.3 curs_termatt.3 termname.3 + +# XXX name clash with termcap(3) +# MLINKS+= curs_termin.3 tparm.3 MLINKS+=curs_termin.3 setupterm.3 curs_termin.3 setterm.3 \ curs_termin.3 set_curterm.3 curs_termin.3 del_curterm.3 \ - curs_termin.3 restartterm.3 curs_termin.3 tparm.3 \ + curs_termin.3 restartterm.3 \ curs_termin.3 putp.3 curs_termin.3 vidputs.3 \ curs_termin.3 vidattr.3 curs_termin.3 mvcur.3 \ curs_termin.3 tigetflag.3 curs_termin.3 tigetnum.3 \ |