Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/pkg_install Add pkg_install as a tool.



details:   https://anonhg.NetBSD.org/src/rev/346df492e4f8
branches:  trunk
changeset: 749508:346df492e4f8
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Tue Dec 01 09:01:45 2009 +0000

description:
Add pkg_install as a tool.

diffstat:

 tools/pkg_install/Makefile            |  6 ++++++
 tools/pkg_install/Makefile.inc        |  3 +++
 tools/pkg_install/pkg_add/Makefile    |  8 ++++++++
 tools/pkg_install/pkg_admin/Makefile  |  8 ++++++++
 tools/pkg_install/pkg_create/Makefile |  8 ++++++++
 tools/pkg_install/pkg_delete/Makefile |  8 ++++++++
 tools/pkg_install/pkg_info/Makefile   |  8 ++++++++
 7 files changed, 49 insertions(+), 0 deletions(-)

diffs (77 lines):

diff -r e4867a7a6a49 -r 346df492e4f8 tools/pkg_install/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/pkg_install/Makefile        Tue Dec 01 09:01:45 2009 +0000
@@ -0,0 +1,6 @@
+#      $NetBSD: Makefile,v 1.1 2009/12/01 09:01:45 uebayasi Exp $
+
+SUBDIR=        lib .WAIT pkg_add pkg_create pkg_delete pkg_info
+# XXX pkg_admin
+
+.include <bsd.subdir.mk>
diff -r e4867a7a6a49 -r 346df492e4f8 tools/pkg_install/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/pkg_install/Makefile.inc    Tue Dec 01 09:01:45 2009 +0000
@@ -0,0 +1,3 @@
+HOST_LDFLAGS:= -L../lib -linstall
+
+.include "${NETBSDSRCDIR}/external/bsd/pkg_install/sbin/Makefile.inc"
diff -r e4867a7a6a49 -r 346df492e4f8 tools/pkg_install/pkg_add/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/pkg_install/pkg_add/Makefile        Tue Dec 01 09:01:45 2009 +0000
@@ -0,0 +1,8 @@
+#      $NetBSD: Makefile,v 1.1 2009/12/01 09:01:46 uebayasi Exp $
+
+HOSTPROGNAME=  ${_TOOL_PREFIX}pkg_add
+HOST_SRCDIR=   external/bsd/pkg_install/sbin/pkg_add
+
+.include "${.CURDIR}/../Makefile.inc"
+
+.include "${.CURDIR}/../../Makefile.host"
diff -r e4867a7a6a49 -r 346df492e4f8 tools/pkg_install/pkg_admin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/pkg_install/pkg_admin/Makefile      Tue Dec 01 09:01:45 2009 +0000
@@ -0,0 +1,8 @@
+#      $NetBSD: Makefile,v 1.1 2009/12/01 09:01:46 uebayasi Exp $
+
+HOSTPROGNAME=  ${_TOOL_PREFIX}pkg_admin
+HOST_SRCDIR=   external/bsd/pkg_install/sbin/pkg_admin
+
+.include "${.CURDIR}/../Makefile.inc"
+
+.include "${.CURDIR}/../../Makefile.host"
diff -r e4867a7a6a49 -r 346df492e4f8 tools/pkg_install/pkg_create/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/pkg_install/pkg_create/Makefile     Tue Dec 01 09:01:45 2009 +0000
@@ -0,0 +1,8 @@
+#      $NetBSD: Makefile,v 1.1 2009/12/01 09:01:46 uebayasi Exp $
+
+HOSTPROGNAME=  ${_TOOL_PREFIX}pkg_create
+HOST_SRCDIR=   external/bsd/pkg_install/sbin/pkg_create
+
+.include "${.CURDIR}/../Makefile.inc"
+
+.include "${.CURDIR}/../../Makefile.host"
diff -r e4867a7a6a49 -r 346df492e4f8 tools/pkg_install/pkg_delete/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/pkg_install/pkg_delete/Makefile     Tue Dec 01 09:01:45 2009 +0000
@@ -0,0 +1,8 @@
+#      $NetBSD: Makefile,v 1.1 2009/12/01 09:01:46 uebayasi Exp $
+
+HOSTPROGNAME=  ${_TOOL_PREFIX}pkg_delete
+HOST_SRCDIR=   external/bsd/pkg_install/sbin/pkg_delete
+
+.include "${.CURDIR}/../Makefile.inc"
+
+.include "${.CURDIR}/../../Makefile.host"
diff -r e4867a7a6a49 -r 346df492e4f8 tools/pkg_install/pkg_info/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/pkg_install/pkg_info/Makefile       Tue Dec 01 09:01:45 2009 +0000
@@ -0,0 +1,8 @@
+#      $NetBSD: Makefile,v 1.1 2009/12/01 09:01:46 uebayasi Exp $
+
+HOSTPROGNAME=  ${_TOOL_PREFIX}pkg_info
+HOST_SRCDIR=   external/bsd/pkg_install/sbin/pkg_info
+
+.include "${.CURDIR}/../Makefile.inc"
+
+.include "${.CURDIR}/../../Makefile.host"



Home | Main Index | Thread Index | Old Index