From 55b26be751364beb4a4603f6488abed302a81cc2 Mon Sep 17 00:00:00 2001 From: obache Date: Sat, 14 Feb 2009 03:02:58 +0000 Subject: Need to define SSL_SUPPORT before using it :) --- pkgtools/pkg_install/files/info/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgtools') diff --git a/pkgtools/pkg_install/files/info/Makefile.in b/pkgtools/pkg_install/files/info/Makefile.in index 0db43d84caf..a406fa30702 100644 --- a/pkgtools/pkg_install/files/info/Makefile.in +++ b/pkgtools/pkg_install/files/info/Makefile.in @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.in,v 1.18 2009/02/13 14:13:58 joerg Exp $ +# $NetBSD: Makefile.in,v 1.19 2009/02/14 03:02:58 obache Exp $ srcdir= @srcdir@ @@ -12,6 +12,7 @@ man1dir= $(mandir)/man1 cat1dir= $(mandir)/cat1 BOOTSTRAP= @bootstrap@ +SSL_SUPPORT= @ssl_support@ CC= @CC@ CCLD= $(CC) -- cgit v1.2.3