Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/tn3270/tn3270 add missing /usr.bin/ to the include p...



details:   https://anonhg.NetBSD.org/src/rev/5ea1b9399c3c
branches:  trunk
changeset: 536573:5ea1b9399c3c
user:      lha <lha%NetBSD.org@localhost>
date:      Wed Sep 18 20:55:24 2002 +0000

description:
add missing /usr.bin/ to the include path, fixes last commit

diffstat:

 usr.bin/tn3270/tn3270/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 78325a2d9f84 -r 5ea1b9399c3c usr.bin/tn3270/tn3270/Makefile
--- a/usr.bin/tn3270/tn3270/Makefile    Wed Sep 18 20:50:22 2002 +0000
+++ b/usr.bin/tn3270/tn3270/Makefile    Wed Sep 18 20:55:24 2002 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.32 2002/09/18 14:00:42 lukem Exp $
+#      $NetBSD: Makefile,v 1.33 2002/09/18 20:55:24 lha Exp $
 
 .include <bsd.own.mk>
 
-CPPFLAGS+=-I${NETBSDSRCDIR}/lib -I${NETBSDSRCDIR}/telnet
+CPPFLAGS+=-I${NETBSDSRCDIR}/lib -I${NETBSDSRCDIR}/usr.bin/telnet
 LDADD+=        -lcurses -lcrypt
 DPADD+=        ${LIBCURSES} ${LIBCRYPT}
 



Home | Main Index | Thread Index | Old Index