Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/pkg_install include bsd.own.mk incase it hasn't...
details: https://anonhg.NetBSD.org/src/rev/5a598a46470c
branches: trunk
changeset: 996756:5a598a46470c
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Feb 07 23:53:20 2019 +0000
description:
include bsd.own.mk incase it hasn't already been included.
diffstat:
external/bsd/pkg_install/Makefile.inc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r c3c2903ffda9 -r 5a598a46470c external/bsd/pkg_install/Makefile.inc
--- a/external/bsd/pkg_install/Makefile.inc Thu Feb 07 23:11:10 2019 +0000
+++ b/external/bsd/pkg_install/Makefile.inc Thu Feb 07 23:53:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.5 2019/02/05 11:37:18 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.6 2019/02/07 23:53:20 mrg Exp $
DIST= ${NETBSDSRCDIR}/external/bsd/pkg_install/dist
@@ -12,6 +12,8 @@
WARNS= 4
CWARNFLAGS+= -Wno-missing-noreturn
+.include <bsd.own.mk>
+
# show_version() does not return
.if defined(HAVE_GCC) && ${HAVE_GCC} == 7 && ${ACTIVE_CC} == "gcc"
COPTS.main.c+= -Wno-error=implicit-fallthrough
Home |
Main Index |
Thread Index |
Old Index