diff options
| author | Kurt Lidl <lidl@FreeBSD.org> | 2016-06-02 19:06:04 +0000 |
|---|---|---|
| committer | Kurt Lidl <lidl@FreeBSD.org> | 2016-06-02 19:06:04 +0000 |
| commit | 95856e1457dc5761e1cd2d86f4d4941446479a81 (patch) | |
| tree | 45c1a8bc32e7b9d60122086211c8fa6df289de16 /lib/Makefile | |
| parent | c247b3ca6781ce975ef41c3e9b792d5823e8ad7c (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index d01ecdced1ae..dfed568f6b75 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -28,6 +28,7 @@ SUBDIR= ${SUBDIR_ORDERED} \ ${_libatm} \ libauditd \ libbegemot \ + ${_libblacklist} \ libblocksruntime \ ${_libbluetooth} \ ${_libbsnmp} \ @@ -161,6 +162,10 @@ SUBDIR_DEPEND_liblzma= ${_libthr} _libngatm= libngatm .endif +.if ${MK_BLACKLIST_SUPPORT} != "no" +_libblacklist= libblacklist +.endif + .if ${MK_BLUETOOTH} != "no" _libbluetooth= libbluetooth _libsdp= libsdp |
