diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2017-08-05 12:33:00 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2017-08-05 12:33:00 +0000 |
| commit | 4b6e5cfbbfd2b34512d8870dd95608587e0431bd (patch) | |
| tree | 2bf556a35cdb08e28ba65ee148c0eccb5bf5685b /lib | |
| parent | 2d1435452ca5c946ba7c2e194661ff2d5f6fe059 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 57bfc65ddafa..7ff9289f1981 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -40,7 +40,7 @@ SUBDIR= ${SUBDIR_ORDERED} \ libdevctl \ libdevinfo \ libdevstat \ - libdpv \ + ${_libdpv} \ libdwarf \ libedit \ ${_libefi} \ @@ -164,6 +164,10 @@ _libbsnmp= libbsnmp _clang= clang .endif +.if ${MK_DIALOG} != "no" +_libdpv= libdpv +.endif + .if ${MK_FILE} != "no" _libmagic= libmagic .endif |
