diff options
| author | Matteo Riondato <matteo@FreeBSD.org> | 2006-09-29 07:02:21 +0000 |
|---|---|---|
| committer | Matteo Riondato <matteo@FreeBSD.org> | 2006-09-29 07:02:21 +0000 |
| commit | fda43c0da594b8d1f253b2e44f386394563fc281 (patch) | |
| tree | 4b4e3ee929bdff45feb1f56485b160f927ad8a2d /lib | |
| parent | 3481352268bc43611c278d9ea9db9ffa8d00d504 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libpcap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index ec4c9fd5ab6c..3f82b21a7f46 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,6 +1,8 @@ # Makefile for libpcap # $FreeBSD$ +SHLIBDIR?= /lib + LIB= pcap SRCS= grammar.y tokdefs.h version.h pcap-bpf.c \ pcap.c inet.c fad-getad.c gencode.c optimize.c nametoaddr.c \ |
