summaryrefslogtreecommitdiffstats
path: root/lib/libpcap
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-08-06 12:37:41 +0000
committerbde <bde@FreeBSD.org>1995-08-06 12:37:41 +0000
commit1d5c50aac763e0bb5ae69fe9d75df1eacc291162 (patch)
tree0d864d80c6cc116ac4cc3bf3bf6595d73f701243 /lib/libpcap
parent6579f34131bcc90bb095184a1ab0c491ba0b59b5 (diff)
downloadFreeBSD-src-1d5c50aac763e0bb5ae69fe9d75df1eacc291162.zip
FreeBSD-src-1d5c50aac763e0bb5ae69fe9d75df1eacc291162.tar.gz
Install source files with the -c flag, not with the optional flag ${COPY}.
Diffstat (limited to 'lib/libpcap')
-rw-r--r--lib/libpcap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile
index 87b1636..50d6c92 100644
--- a/lib/libpcap/Makefile
+++ b/lib/libpcap/Makefile
@@ -1,5 +1,5 @@
# Makefile for libpcap
-# $Id: Makefile,v 1.2 1995/02/21 10:46:25 olah Exp $
+# $Id: Makefile,v 1.3 1995/02/23 18:47:06 ache Exp $
LIB= pcap
@@ -16,10 +16,10 @@ MAN3= pcap.3
beforeinstall:
-cmp -s ${.CURDIR}/pcap.h ${DESTDIR}/usr/include/pcap.h || \
- ( $(INSTALL) $(COPY) -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ( $(INSTALL) -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/pcap.h ${DESTDIR}/usr/include; )
-cmp -s ${.CURDIR}/pcap-namedb.h ${DESTDIR}/usr/include/pcap-namedb.h || \
- ( $(INSTALL) $(COPY) -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ( $(INSTALL) -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/pcap-namedb.h ${DESTDIR}/usr/include; )
scanner.o: tokdefs.h
OpenPOWER on IntegriCloud