diff options
author | ache <ache@FreeBSD.org> | 1995-02-23 18:47:06 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-02-23 18:47:06 +0000 |
commit | d70484c276885bfdeeecf69a0952f0a2158a5f76 (patch) | |
tree | d0034eba181183b56fd1074455821211b05fb41c /lib/libpcap | |
parent | b85de76f1599b0b3962a9a02e5c0510059ed475e (diff) | |
download | FreeBSD-src-d70484c276885bfdeeecf69a0952f0a2158a5f76.zip FreeBSD-src-d70484c276885bfdeeecf69a0952f0a2158a5f76.tar.gz |
Fix typo: pcap.h.h
Diffstat (limited to 'lib/libpcap')
-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 9fb1c57..87b1636 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,5 +1,5 @@ # Makefile for libpcap -# $Id: Makefile,v 1.1.1.1 1995/01/20 04:13:07 jkh Exp $ +# $Id: Makefile,v 1.2 1995/02/21 10:46:25 olah Exp $ LIB= pcap @@ -15,7 +15,7 @@ CFLAGS+=-DFDDI -I. -I${.CURDIR} MAN3= pcap.3 beforeinstall: - -cmp -s ${.CURDIR}/pcap.h ${DESTDIR}/usr/include/pcap.h.h || \ + -cmp -s ${.CURDIR}/pcap.h ${DESTDIR}/usr/include/pcap.h || \ ( $(INSTALL) $(COPY) -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/pcap.h ${DESTDIR}/usr/include; ) -cmp -s ${.CURDIR}/pcap-namedb.h ${DESTDIR}/usr/include/pcap-namedb.h || \ |