diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-23 21:23:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-23 21:23:41 +0000 |
commit | 30ccdeeff34f8e3eec2205b58637d47f40e5523d (patch) | |
tree | 02974ea3085320003e65db550399b92016556b74 /lib/libcurses | |
parent | a11c8300253be71c61a151818f9b1d261c1b871e (diff) |
fix comment
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 2826979b763..1ce85c14c16 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 1998/07/23 21:17:23 millert Exp $ +# $OpenBSD: Makefile,v 1.23 1998/07/23 21:23:40 millert Exp $ # Uncomment this to enable tracing in libcurses #CURSESTRACE=-DTRACE @@ -199,7 +199,7 @@ names.c codes.c: ${.CURDIR}/MKnames.awk unctrl.c: ${.CURDIR}/MKunctrl.awk echo | ${AWK} -f ${.CURDIR}/MKunctrl.awk > ${.TARGET} -# Link libtermlib to libcurses (eww) +# Link libtermlib to libcurses so we don't break people's Makefiles afterinstall: -cd ${DESTDIR}/usr/lib; \ for i in ${_LIBS}; do \ |