Source-Changes-HG archive

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

[src/trunk]: src/lib hook new libpcap



details:   https://anonhg.NetBSD.org/src/rev/21138b743e4e
branches:  trunk
changeset: 759292:21138b743e4e
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 05 05:58:12 2010 +0000

description:
hook new libpcap

diffstat:

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

diffs (23 lines):

diff -r 1c3b1dd80b3a -r 21138b743e4e lib/Makefile
--- a/lib/Makefile      Sun Dec 05 05:55:29 2010 +0000
+++ b/lib/Makefile      Sun Dec 05 05:58:12 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.155 2010/12/03 21:38:47 plunky Exp $
+#      $NetBSD: Makefile,v 1.156 2010/12/05 05:58:12 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -25,10 +25,12 @@
        libbsdmalloc libbluetooth libbz2 \
        libcompat libcrypt \
        libintl libkvm libm \
-       libossaudio libpcap libpci libpmc libposix libprop libpthread \
+       libossaudio libpci libpmc libposix libprop libpthread \
        libpthread_dbg libpuffs libresolv librmt librpcsvc librt \
        librumpclient libterminfo libusbhid libutil libwrap liby libz
 
+SUBDIR+=       ../external/bsd/libpcap/lib
+
 .if (${MKMDNS} != "no")
 SUBDIR+=       ../external/apache2/mDNSResponder/lib
 .endif



Home | Main Index | Thread Index | Old Index