diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-04-13 07:25:02 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-04-13 07:25:02 +0000 |
| commit | 8f01da43bd394b669c1a8c6ad466e219e986b053 (patch) | |
| tree | 4bbdb0053cf09497661a3bef0627b52d73e3b957 /lib/libpcap | |
| parent | c4af136d498777ce19ff60b04bbdd504984a4ccb (diff) | |
Notes
Diffstat (limited to 'lib/libpcap')
| -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 8f95ddd65a42..a1d5fc39a263 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,6 +1,8 @@ # Makefile for libpcap # $FreeBSD$ +SHLIBDIR?= /lib + .include <bsd.own.mk> LIB= pcap |
