summaryrefslogtreecommitdiff
path: root/lib/libpcap
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-15 15:34:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-15 15:34:20 +0000
commit4232f826683298e85d469c0ef17259cecd13b2c7 (patch)
tree154d3d5efcf71ba40bf173188459e5f3186f27ec /lib/libpcap
parent2f1653808a72224693d36d82e415f2f7bbbed547 (diff)
downloadsrc-test-4232f826683298e85d469c0ef17259cecd13b2c7.tar.gz
src-test-4232f826683298e85d469c0ef17259cecd13b2c7.zip
Enforce overwritting SHLIBDIR
Since METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loading bsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere. This makes /lib being populated again. Reported by: many
Notes
Notes: svn path=/head/; revision=284417
Diffstat (limited to 'lib/libpcap')
-rw-r--r--lib/libpcap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile
index c36b3efed2da2..db7d39fc68d1c 100644
--- a/lib/libpcap/Makefile
+++ b/lib/libpcap/Makefile
@@ -1,7 +1,7 @@
# Makefile for libpcap
# $FreeBSD$
-SHLIBDIR?= /lib
+SHLIBDIR= /lib
.include <src.opts.mk>