diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-02-23 18:47:06 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-02-23 18:47:06 +0000 |
| commit | 7f3b05aa168257884cbf5a4ceb59c16ccf94160a (patch) | |
| tree | d0034eba181183b56fd1074455821211b05fb41c /lib/libpcap | |
| parent | 2828ae663a69a3bc91e1037eaac81e45b8fb45b7 (diff) | |
Notes
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 9fb1c57433af..87b1636b0f9a 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 || \ |
