diff options
Diffstat (limited to 'usr.sbin/ntp/ntpq/Makefile')
-rw-r--r-- | usr.sbin/ntp/ntpq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ntp/ntpq/Makefile b/usr.sbin/ntp/ntpq/Makefile index 2b3a14c..613e02e 100644 --- a/usr.sbin/ntp/ntpq/Makefile +++ b/usr.sbin/ntp/ntpq/Makefile @@ -5,7 +5,7 @@ BINDIR= /usr/bin PROG= ntpq -NOMAN= +NO_MAN= SRCS= ntpq.c ntpq_ops.c version.c CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ |