Module Name:    src
Committed By:   christos
Date:           Sun Dec  5 05:58:12 UTC 2010

Modified Files:
        src/lib: Makefile

Log Message:
hook new libpcap


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/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/lib/Makefile
diff -u src/lib/Makefile:1.155 src/lib/Makefile:1.156
--- src/lib/Makefile:1.155	Fri Dec  3 16:38:47 2010
+++ src/lib/Makefile	Sun Dec  5 00:58:12 2010
@@ -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

Reply via email to