From fd8c019229d4b29e8e415f22be25569d8ab78010 Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 15 Jul 2013 02:02:17 +0000 Subject: * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk". --- net/tnftp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/tnftp/Makefile') diff --git a/net/tnftp/Makefile b/net/tnftp/Makefile index c6d7df6eb70..d8614fdb1ad 100644 --- a/net/tnftp/Makefile +++ b/net/tnftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2013/02/16 09:34:38 obache Exp $ +# $NetBSD: Makefile,v 1.32 2013/07/15 02:02:27 ryoon Exp $ DISTNAME= tnftp-20070806 SVR4_PKGNAME= tnftp @@ -31,12 +31,12 @@ do-extract: @${CP} -R ${FILESDIR} ${WRKSRC} @${RM} -f ${WRKSRC}/INSTALL -# Use readline/builtin.mk to check for an editline library on the +# Use mk/readline.builtin.mk to check for an editline library on the # system. If we use the system editline library, then use the built-in # termcap library. # CHECK_BUILTIN.readline:= yes -.include "../../devel/readline/builtin.mk" +.include "../../mk/readline.builtin.mk" CHECK_BUILTIN.readline:= no .if !empty(BUILTIN_LIB_FOUND.edit:M[yY][eE][sS]) -- cgit v1.2.3