Module Name:    src
Committed By:   christos
Date:           Sun Mar 29 17:49:52 UTC 2020

Modified Files:
        src/external/bsd/libpcap/lib: Makefile

Log Message:
need bsd.init.mk to grab Makefile.inc


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/external/bsd/libpcap/lib/Makefile

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/libpcap/lib/Makefile
diff -u src/external/bsd/libpcap/lib/Makefile:1.27 src/external/bsd/libpcap/lib/Makefile:1.28
--- src/external/bsd/libpcap/lib/Makefile:1.27	Sun Mar 29 13:12:45 2020
+++ src/external/bsd/libpcap/lib/Makefile	Sun Mar 29 13:49:52 2020
@@ -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

Reply via email to