Fix typo: pcap.h.h

This commit is contained in:
Andrey A. Chernov 1995-02-23 18:47:06 +00:00
parent 2828ae663a
commit 7f3b05aa16
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6667

View file

@ -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 || \