Module Name:    src
Committed By:   mrg
Date:           Thu Feb  7 23:53:20 UTC 2019

Modified Files:
        src/external/bsd/pkg_install: Makefile.inc

Log Message:
include bsd.own.mk incase it hasn't already been included.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/pkg_install/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/pkg_install/Makefile.inc
diff -u src/external/bsd/pkg_install/Makefile.inc:1.5 src/external/bsd/pkg_install/Makefile.inc:1.6
--- src/external/bsd/pkg_install/Makefile.inc:1.5	Tue Feb  5 11:37:18 2019
+++ src/external/bsd/pkg_install/Makefile.inc	Thu Feb  7 23:53:20 2019
@@ -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 @@ CPPFLAGS+=-DSYSCONFDIR='"/etc"'
 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

Reply via email to