diff options
author | schwarz <schwarz@pkgsrc.org> | 2006-08-19 14:38:52 +0000 |
---|---|---|
committer | schwarz <schwarz@pkgsrc.org> | 2006-08-19 14:38:52 +0000 |
commit | 53de6e942ab7b795d05f3dc978dfb7216d5ce4b8 (patch) | |
tree | b155a64e8e54a1136115755e81656d9bb529e038 /pkgtools/pkg_install | |
parent | 03811749df342323225a78758026820e6ec75261 (diff) | |
download | pkgsrc-53de6e942ab7b795d05f3dc978dfb7216d5ce4b8.tar.gz |
make sure INSTALL gets passed to the Makefile
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/lib/Makefile.in | 4 |
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 \ |