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/2b0741cc5683
branches: trunk
changeset: 1006372:2b0741cc5683
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 21d1da043729 -r 2b0741cc5683 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