mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
Bump minor version number.
Add -I${PCAP_DISTDIR}/bpf to CFLAGS since our <net/bpf.h> is out of date. Remove -Wall and -Dlint. DHAVE_ETHER_HOSTTON=1 -DHAVE_STRERROR=1 \ -DHAVE_SOCKADDR_SA_LEN=1 -DLBL_ALIGN=1 CFLAGS+=-I. -Dyylval=pcap_lval ${DEFS} SHLIB_MAJOR=2 SHLIB_MINOR=2 # # 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 .PATH: ${PCAP_DISTDIR} .PATH: ${PCAP_DISTDIR}/bpf/net beforeinstall: .for i in pcap.h pcap-namedb.h ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${PCAP_DISTDIR}/$i \ ${DESTDIR}/usr/include .endfor tokdefs.h grammar.c: grammar.y ${YACC} ${YACCFLAGS} -d ${PCAP_DISTDIR}/grammar.y mv y.tab.c grammar.c mv y.tab.h tok/home/ncvs/CVSROOT/commitcheck
This commit is contained in:
parent
4c6f72b0be
commit
22d085f9da
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26179
@ -1,5 +1,5 @@
|
||||
# Makefile for libpcap
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.15 1997/02/22 15:07:50 peter Exp $
|
||||
|
||||
LIB= pcap
|
||||
SRCS= grammar.c tokdefs.h pcap-bpf.c \
|
||||
@ -13,16 +13,16 @@ DEFS= -DHAVE_SYS_IOCCOM_H=1 -DHAVE_SYS_SOCKIO_H=1 \
|
||||
-DHAVE_ETHER_HOSTTON=1 -DHAVE_STRERROR=1 \
|
||||
-DHAVE_SOCKADDR_SA_LEN=1 -DLBL_ALIGN=1
|
||||
|
||||
CFLAGS+=-Wall -I. -I${.CURDIR} -Dyylval=pcap_lval -Dlint ${DEFS}
|
||||
CFLAGS+=-I. -Dyylval=pcap_lval ${DEFS}
|
||||
|
||||
SHLIB_MAJOR=2
|
||||
SHLIB_MINOR=1
|
||||
SHLIB_MINOR=2
|
||||
|
||||
#
|
||||
# Magic to grab sources out of src/contrib
|
||||
#
|
||||
PCAP_DISTDIR?=${.CURDIR}/../../contrib/libpcap
|
||||
CFLAGS+=-I${PCAP_DISTDIR} -I${PCAP_DISTDIR}/lbl
|
||||
CFLAGS+=-I${PCAP_DISTDIR} -I${PCAP_DISTDIR}/lbl -I${PCAP_DISTDIR}/bpf
|
||||
.PATH: ${PCAP_DISTDIR}
|
||||
.PATH: ${PCAP_DISTDIR}/bpf/net
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user