Source-Changes-HG archive

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

[src/trunk]: src/tools/pkg_install/lib add Makefile



details:   https://anonhg.NetBSD.org/src/rev/97b2634d4c7a
branches:  trunk
changeset: 467080:97b2634d4c7a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 12 21:49:39 2020 +0000

description:
add Makefile

diffstat:

 tools/pkg_install/lib/Makefile |  10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 1da94ab7deae -r 97b2634d4c7a tools/pkg_install/lib/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/pkg_install/lib/Makefile    Sun Jan 12 21:49:39 2020 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1 2020/01/12 21:49:39 christos Exp $
+.include <bsd.own.mk>
+
+HOSTLIB=       ${LIB}
+
+HOST_CPPFLAGS+=        ${CPPFLAGS}
+HOST_SRCS+=    ${SRCS}
+
+.include "${NETBSDSRCDIR}/external/bsd/pkg_install/lib/Makefile"
+.include "${.CURDIR}/../Makefile.inc"



Home | Main Index | Thread Index | Old Index