summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1998-07-23 21:23:40 +0000
committermillert <millert@openbsd.org>1998-07-23 21:23:40 +0000
commita5a8a5d27c51c520eeb91bf6756643d475492c3f (patch)
tree4ae211d8cddeff9abcc866800b6a1020b3abed85
parentcurses.h frontend (diff)
downloadwireguard-openbsd-a5a8a5d27c51c520eeb91bf6756643d475492c3f.tar.xz
wireguard-openbsd-a5a8a5d27c51c520eeb91bf6756643d475492c3f.zip
fix comment
-rw-r--r--lib/libcurses/Makefile4
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 \