summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1998-12-02 15:45:44 +0000
committerMarc Espie <espie@cvs.openbsd.org>1998-12-02 15:45:44 +0000
commitb45b8ff4d21ce784c47e88171c48c3c5f3b89078 (patch)
treeb4144152360394d8f293e432c3a6760239ff0236
parentaebe549b81fb3c51a86aa71150633d202f51b04f (diff)
Unobfuscate comment
-rw-r--r--lib/libocurses/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libocurses/Makefile b/lib/libocurses/Makefile
index 5747142b678..397dfb86026 100644
--- a/lib/libocurses/Makefile
+++ b/lib/libocurses/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 1998/11/30 16:12:25 millert Exp $
+# $OpenBSD: Makefile,v 1.7 1998/12/02 15:45:43 espie Exp $
CFLAGS+=#-DTFILE=\"/dev/ttyp0\"
CFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR}
@@ -22,7 +22,8 @@ includes:
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
curses.h ${DESTDIR}/usr/include/ocurses.h
-# Link libtermcap to libocurses so we don't break people's Makefiles
+# Link libotermcap to libocurses for programs that need full compatibility
+# with the old termcap behavior
afterinstall:
-cd ${DESTDIR}/usr/lib; \
for i in ${_LIBS}; do \