From c956791f217f4d713ff9e7a8142ff3e89b07dbad Mon Sep 17 00:00:00 2001 From: marius Date: Sat, 5 Aug 2017 12:33:00 +0000 Subject: MFC: r306375 Add a WITHOUT_DIALOG src.conf(5) knob. It also turns off dependencies (bsdinstall, bsdconfig, dpv, tzsetup). --- lib/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index 57bfc65..7ff9289 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 -- cgit v1.1