diff --git a/usr.sbin/ntp/libopts/Makefile b/usr.sbin/ntp/libopts/Makefile index 7c10182cbaec..17fe6783b3cb 100644 --- a/usr.sbin/ntp/libopts/Makefile +++ b/usr.sbin/ntp/libopts/Makefile @@ -1,14 +1,17 @@ # $FreeBSD$ .PATH: ${SRCTOP}/contrib/ntp/sntp/libopts LIB= opts INTERNALLIB= +# XXX libopts uses generated format string tables containing embedded NULs. +NO_WFORMAT= + SRCS= libopts.c CFLAGS+= -I${SRCTOP}/contrib/ntp/include \ -I${SRCTOP}/contrib/ntp/sntp/libopts \ -I${.CURDIR:H} .include