diff options
Diffstat (limited to 'lib/libcurses')
-rw-r--r-- | lib/libcurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile index 120ec9620f6..2c6f36c1baf 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 1998/11/30 01:02:16 millert Exp $ +# $OpenBSD: Makefile,v 1.33 1998/11/30 15:49:15 millert Exp $ # Uncomment this to enable tracing in libcurses #CURSESTRACE=-DTRACE @@ -207,7 +207,7 @@ afterinstall: -cd ${DESTDIR}/usr/lib; \ for i in ${_LIBS}; do \ ln -f $$i `echo $$i | sed 's/curses/termlib/'`; \ - ln -f $$i `echo $$i | sed 's/curses/termap/'`; \ + ln -f $$i `echo $$i | sed 's/curses/termcap/'`; \ done .include <bsd.lib.mk> |