mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Also install pcap-int.h so things can call pcap_compile on arbitary
expressions (eg: in pppd)
This commit is contained in:
parent
02e3504927
commit
112dfe815d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Makefile for libpcap
|
||||
# $Id: Makefile,v 1.16 1997/05/27 00:08:01 fenner Exp $
|
||||
# $Id: Makefile,v 1.17 1997/10/05 09:39:25 jkh Exp $
|
||||
|
||||
LIB= pcap
|
||||
SRCS= grammar.c tokdefs.h pcap-bpf.c \
|
||||
|
|
@ -27,7 +27,7 @@ CFLAGS+=-I${PCAP_DISTDIR} -I${PCAP_DISTDIR}/lbl -I${PCAP_DISTDIR}/bpf
|
|||
.PATH: ${PCAP_DISTDIR}/bpf/net
|
||||
|
||||
beforeinstall:
|
||||
.for i in pcap.h pcap-namedb.h
|
||||
.for i in pcap.h pcap-int.h pcap-namedb.h
|
||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${PCAP_DISTDIR}/$i \
|
||||
${DESTDIR}/usr/include
|
||||
.endfor
|
||||
|
|
|
|||
Loading…
Reference in a new issue