diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-06 21:44:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-06 21:44:29 +0000 |
commit | b593155566be660410e906862096663095ccb4e6 (patch) | |
tree | dd4b89d9507350318ff1c158f5ab22c19b9c7bc7 /lib/libpcap | |
parent | c2cd9d42937ccf67c8bb594102c685afb6b5ff37 (diff) |
hard-code the include installation path (mostly for speed)
Diffstat (limited to 'lib/libpcap')
-rw-r--r-- | lib/libpcap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index 9f6be6b5e14..62e46b92268 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.2 1996/03/04 15:47:13 mickey Exp $ -# $NetBSD: Makefile,v 1.1 1995/03/06 11:38:04 mycroft Exp $ +# $OpenBSD: Makefile,v 1.3 1996/05/06 21:44:25 deraadt Exp $ +# $NetBSD: Makefile,v 1.2 1996/04/29 20:32:24 jtc Exp $ LIB= pcap MAN= pcap.3 @@ -14,7 +14,7 @@ SRCS= pcap.c inet.c gencode.c optimize.c nametoaddr.c etherent.c \ CLEANFILES+= grammar.c scanner.c y.tab.h -beforeinstall: +includes: @cd ${.CURDIR}; for i in $(HDRS); do \ cmp -s $$i ${DESTDIR}/usr/include/$$i || \ { j="install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \ |