diff options
| author | Bill Fenner <fenner@FreeBSD.org> | 2001-07-31 23:27:06 +0000 |
|---|---|---|
| committer | Bill Fenner <fenner@FreeBSD.org> | 2001-07-31 23:27:06 +0000 |
| commit | 46da4bc6fc908c47eab980f5972f4a31fa321726 (patch) | |
| tree | 9ec702e435ba25297ef26c6c09aedd0b9bee53a8 /lib | |
| parent | 36c2e9feb48cdff69615b594dcb61771734f0597 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libpcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index f18f899623c8..a2c9be6e7917 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -21,7 +21,7 @@ SHLIB_MINOR=5 # Magic to grab sources out of src/contrib # PCAP_DISTDIR?=${.CURDIR}/../../contrib/libpcap -CFLAGS+=-I${PCAP_DISTDIR} -I${PCAP_DISTDIR}/lbl -I${PCAP_DISTDIR}/bpf +CFLAGS+=-I${PCAP_DISTDIR} .PATH: ${PCAP_DISTDIR} .PATH: ${PCAP_DISTDIR}/bpf/net |
