diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-17 05:37:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-17 05:37:54 +0000 |
commit | 9f367fab15d22b44d75307f75a928a4d6e70b5b2 (patch) | |
tree | dca89ac5ee4a55a1858b7e51471e7d4d4dbb582a /lib/libcurses | |
parent | d0f5340a88a02e555eec4b10eb38fe1ca436467d (diff) |
add MLINKs I missed
Diffstat (limited to 'lib/libcurses')
-rw-r--r-- | lib/libcurses/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile index 9a2054534a5..9ed425bb565 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.40 1999/11/17 05:00:41 millert Exp $ +# $OpenBSD: Makefile,v 1.41 1999/11/17 05:37:53 millert Exp $ # Uncomment this to enable tracing in libcurses #CURSESTRACE=-DTRACE @@ -75,8 +75,10 @@ MLINKS+=curs_addch.3 addch.3 curs_addch.3 waddch.3 curs_addch.3 mvaddch.3 \ curs_attr.3 wattron.3 curs_attr.3 attrset.3 curs_attr.3 wattrset.3 \ curs_attr.3 standend.3 curs_attr.3 wstandend.3 curs_attr.3 standout.3 \ curs_attr.3 wstandout.3 curs_attr.3 color_set.3 curs_attr.3 \ - wcolor_set.3 curs_attr.3 attr_get.3 curs_attr.3 wattr_get.3 \ - curs_attr.3 wattr_off.3 curs_attr.3 chgat.3 curs_attr.3 wchgat.3 \ + wcolor_set.3 curs_attr.3 attr_get.3 curs_attr.3 attr_on.3 \ + curs_attr.3 attr_off.3 curs_attr.3 attr_set.3 curs_attr.3 wattr_get.3 \ + curs_attr.3 wattr_on.3 curs_attr.3 wattr_off.3 curs_attr.3 attr_set.3 \ + curs_attr.3 wattr_set.3 curs_attr.3 chgat.3 curs_attr.3 wchgat.3 \ curs_attr.3 mvchgat.3 curs_attr.3 mvwchgat.3 curs_beep.3 beep.3 \ curs_beep.3 flash.3 curs_bkgd.3 bkgdset.3 curs_bkgd.3 wbkgdset.3 \ curs_bkgd.3 bkgd.3 curs_bkgd.3 wbkgd.3 curs_bkgd.3 getbkgd.3 \ |