summaryrefslogtreecommitdiffstats
path: root/lib/libpcap
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-10-10 11:55:42 +0000
committerpeter <peter@FreeBSD.org>1997-10-10 11:55:42 +0000
commitee6e7caa070d4a562b062ee316e0fb4e5447fee5 (patch)
tree61d1ac34eae8616a86d9ac8c3a92bec702135782 /lib/libpcap
parentecdb99e5eb98638d9ea905ed552a8a4968302cb1 (diff)
downloadFreeBSD-src-ee6e7caa070d4a562b062ee316e0fb4e5447fee5.zip
FreeBSD-src-ee6e7caa070d4a562b062ee316e0fb4e5447fee5.tar.gz
Also install pcap-int.h so things can call pcap_compile on arbitary
expressions (eg: in pppd)
Diffstat (limited to 'lib/libpcap')
-rw-r--r--lib/libpcap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile
index 8eeec15..2a12962 100644
--- a/lib/libpcap/Makefile
+++ b/lib/libpcap/Makefile
@@ -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
OpenPOWER on IntegriCloud