diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-10-10 11:55:42 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-10-10 11:55:42 +0000 |
| commit | 112dfe815d9358af9a0c44d663f3dbda4433ff22 (patch) | |
| tree | 83c81f70643fa152efe87fb4eb91035bbe546003 /lib | |
| parent | 02e350492743401ebde05cab52b802407e89e04d (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libpcap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index 8eeec153bd32..2a12962bf1bb 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 |
