summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-11-30 15:49:16 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-11-30 15:49:16 +0000
commit90705a750f48fe71e257f88ac5cf5eaa8dda2402 (patch)
treecc16c79290a618cdbaffba168939ccc72d7a4486 /lib
parentb2ce612b8599e37c4af5da5019e6eda4d4ae97d6 (diff)
typo
Diffstat (limited to 'lib')
-rw-r--r--lib/libcurses/Makefile4
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>