Author: rpaulo
Date: Sun Mar 22 01:06:39 2009
New Revision: 190235
URL: http://svn.freebsd.org/changeset/base/190235
Log:
Install the new headers.
Modified:
head/lib/libpcap/Makefile
Modified: head/lib/libpcap/Makefile
==============================================================================
--- head/lib/libpcap/Makefile Sun Mar 22 00:47:41 2009 (r190234)
+++ head/lib/libpcap/Makefile Sun Mar 22 01:06:39 2009 (r190235)
@@ -10,7 +10,14 @@ SRCS= grammar.y tokdefs.h version.h pcap
pcap.c inet.c fad-getad.c gencode.c optimize.c nametoaddr.c \
etherent.c savefile.c bpf_filter.c bpf_image.c bpf_dump.c \
scanner.l version.c
+
+# Old compatibility headers
INCS= pcap.h pcap-int.h pcap-namedb.h pcap-bpf.h
+
+PCAPINCS= pcap/pcap.h pcap/namedb.h pcap/bpf.h
+PCAPINCSDIR= ${INCLUDEDIR}/pcap
+INCSGROUPS= INCS PCAPINCS
+
MAN= pcap.3 \
pcap_activate.3 \
pcap_breakloop.3 \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"