diff options
| author | lukem <lukem@NetBSD.org> | 2002-08-19 09:41:27 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2002-08-19 09:41:27 +0000 |
| commit | ebb6fc9eb8d577eb04388d4da60bf84e036089d1 (patch) | |
| tree | de21cc82230d882e6f428e93f90b12dd8f88260c /lib/libpcap | |
| parent | 8b2ed6900d3aa7f224d5f3fe3f2bf8f813d54e56 (diff) | |
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
(Reduces make output by ~ 20%)
Diffstat (limited to 'lib/libpcap')
| -rw-r--r-- | lib/libpcap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index 60b3dd8c72f..11016281bf4 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2001/11/05 15:22:37 lukem Exp $ +# $NetBSD: Makefile,v 1.22 2002/08/19 09:41:33 lukem Exp $ + +.include <bsd.own.mk> LIB= pcap MAN= pcap.3 @@ -21,7 +23,7 @@ SRCS= scanner.l savefile.c pcap.c pcap-bpf.c optimize.c nametoaddr.c \ inet.c grammar.y gencode.c etherent.c bpf_image.c SRCS+= bpf_filter.c version.c -.PATH: ${.CURDIR}/../../sys/net +.PATH: ${NETBSDSRCDIR}/sys/net INCS= pcap-namedb.h pcap.h INCSDIR=/usr/include |
