Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/libpcap/lib need bsd.init.mk to grab Makefile.inc



details:   https://anonhg.NetBSD.org/src/rev/98334e709097
branches:  trunk
changeset: 746363:98334e709097
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 29 17:49:52 2020 +0000

description:
need bsd.init.mk to grab Makefile.inc

diffstat:

 external/bsd/libpcap/lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 03ef5c6986c9 -r 98334e709097 external/bsd/libpcap/lib/Makefile
--- a/external/bsd/libpcap/lib/Makefile Sun Mar 29 17:48:18 2020 +0000
+++ b/external/bsd/libpcap/lib/Makefile Sun Mar 29 17:49:52 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2020/03/29 17:12:45 christos Exp $  
+# $NetBSD: Makefile,v 1.28 2020/03/29 17:49:52 christos Exp $  
 
 USE_SHLIBDIR=yes
-.include <bsd.own.mk>
+.include <bsd.init.mk>
 USE_FORT?= yes # network protocol library
 
 CPPFLAGS+= -DPCAP_DONT_INCLUDE_PCAP_BPF_H -DHAVE_CONFIG_H -DENABLE_REMOTE



Home | Main Index | Thread Index | Old Index