[Midnightbsd-cvs] src [7180] trunk/libexec/telnetd/Makefile: add subdirectory to include path for telnet
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Jul 27 21:14:11 EDT 2015
Revision: 7180
http://svnweb.midnightbsd.org/src/?rev=7180
Author: laffer1
Date: 2015-07-27 21:14:10 -0400 (Mon, 27 Jul 2015)
Log Message:
-----------
add subdirectory to include path for telnet
Modified Paths:
--------------
trunk/libexec/telnetd/Makefile
Modified: trunk/libexec/telnetd/Makefile
===================================================================
--- trunk/libexec/telnetd/Makefile 2015-07-28 01:12:43 UTC (rev 7179)
+++ trunk/libexec/telnetd/Makefile 2015-07-28 01:14:10 UTC (rev 7180)
@@ -1,4 +1,4 @@
-# $MidnightBSD: src/libexec/telnetd/Makefile,v 1.2 2012/04/11 00:58:36 laffer1 Exp $
+# $MidnightBSD$
# $FreeBSD: src/libexec/telnetd/Makefile,v 1.26 2005/06/10 06:12:51 des Exp $
# Do not define -DKLUDGELINEMODE, as it does not interact well with many
@@ -26,6 +26,7 @@
.endif
CFLAGS+= -I${TELNETDIR}
+CFLAGS+= -I${TELNETDIR}/telnet
LIBTELNET= ${.OBJDIR}/../../lib/libtelnet/libtelnet.a
More information about the Midnightbsd-cvs
mailing list