Index: head/usr.sbin/tzsetup/Makefile =================================================================== --- head/usr.sbin/tzsetup/Makefile (revision 364024) +++ head/usr.sbin/tzsetup/Makefile (revision 364025) @@ -1,16 +1,16 @@ # $FreeBSD$ .include PROG= tzsetup MAN= tzsetup.8 CFLAGS+= -I. -.if ${MK_DIALOG} != no +.if ${MK_DIALOG} != no && !defined(BOOTSTRAPPING) WARNS?= 3 CFLAGS+= -I${SRCTOP}/contrib/dialog -DHAVE_DIALOG LIBADD= dialog ncursesw .endif .include