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/c160687c7dfc
branches:  trunk
changeset: 448726:c160687c7dfc
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 fee2a9c2d49c -r c160687c7dfc 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