diff options
author | 1998-07-23 21:23:40 +0000 | |
---|---|---|
committer | 1998-07-23 21:23:40 +0000 | |
commit | a5a8a5d27c51c520eeb91bf6756643d475492c3f (patch) | |
tree | 4ae211d8cddeff9abcc866800b6a1020b3abed85 | |
parent | curses.h frontend (diff) | |
download | wireguard-openbsd-a5a8a5d27c51c520eeb91bf6756643d475492c3f.tar.xz wireguard-openbsd-a5a8a5d27c51c520eeb91bf6756643d475492c3f.zip |
fix comment
-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 \ |