diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-12 16:01:00 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-12 16:01:00 +0000 |
| commit | c7b111cba82a6eafca66d37944c7293fb1a11000 (patch) | |
| tree | 57ff969855b4ca919ff4d533236ef90e163b1e76 /lib/libpcap | |
| parent | 26e5d4d14fe0a1a8c1169a4f02b167aa6b26e2e7 (diff) | |
Notes
Diffstat (limited to 'lib/libpcap')
| -rw-r--r-- | lib/libpcap/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index a2c9be6e7917..b87bb9b980c6 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -6,6 +6,7 @@ SRCS= grammar.y tokdefs.h pcap-bpf.c \ pcap.c inet.c gencode.c optimize.c nametoaddr.c \ etherent.c savefile.c bpf_filter.c bpf_image.c bpf_dump.c \ scanner.l version.c +INCS= pcap.h pcap-int.h pcap-namedb.h MAN= pcap.3 CLEANFILES=tokdefs.h version.c @@ -29,12 +30,6 @@ version.c: ${PCAP_DISTDIR}/VERSION @rm -f $@ sed 's/.*/char pcap_version[] = "&";/' ${PCAP_DISTDIR}/VERSION > $@ -beforeinstall: -.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 - tokdefs.h: grammar.h ln -sf grammar.h tokdefs.h |
