summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorschwarz <schwarz>2006-08-19 14:38:52 +0000
committerschwarz <schwarz>2006-08-19 14:38:52 +0000
commit5adebcf32502af540938c5a958f64b5379ded813 (patch)
treeb155a64e8e54a1136115755e81656d9bb529e038 /pkgtools
parent2d7026448397c3da64472836a8d935ff33bd63b6 (diff)
downloadpkgsrc-5adebcf32502af540938c5a958f64b5379ded813.tar.gz
make sure INSTALL gets passed to the Makefile
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/lib/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/files/lib/Makefile.in b/pkgtools/pkg_install/files/lib/Makefile.in
index 84eaeb5a170..fb00a7e9902 100644
--- a/pkgtools/pkg_install/files/lib/Makefile.in
+++ b/pkgtools/pkg_install/files/lib/Makefile.in
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.12 2006/04/24 13:52:05 dillo Exp $
+# $NetBSD: Makefile.in,v 1.13 2006/08/19 14:38:52 schwarz Exp $
srcdir= @srcdir@
@@ -18,6 +18,8 @@ CPPFLAGS= @CPPFLAGS@ -I. -I$(srcdir)
DEFS= @DEFS@ -DDEF_LOG_DIR=\"$(pkgdbdir)\" -DTAR_CMD=\"$(tar)\" -DFTP_CMD=\"$(ftp)\"
CFLAGS= @CFLAGS@
+INSTALL= @INSTALL@
+
LIB= libinstall.a
OBJS= automatic.o dewey.o fexec.o file.o ftpio.o global.o lpkg.o path.o pen.o \