summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/ntpq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ntp/ntpq/Makefile')
-rw-r--r--usr.sbin/ntp/ntpq/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/usr.sbin/ntp/ntpq/Makefile b/usr.sbin/ntp/ntpq/Makefile
index 29f16e0..17d5545 100644
--- a/usr.sbin/ntp/ntpq/Makefile
+++ b/usr.sbin/ntp/ntpq/Makefile
@@ -1,18 +1,15 @@
-#
# $FreeBSD$
-#
-.PATH: ${.CURDIR}/../../../contrib/ntp/ntpq
+.PATH: ${.CURDIR}/../../../contrib/ntp/ntpq
-PROG= ntpq
-BINDIR= /usr/bin
+BINDIR= /usr/bin
+PROG= ntpq
+NOMAN= yes
SRCS= ntpq.c ntpq_ops.c version.c
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
-NOMAN= yes
-
DPADD= ${LIBNTP}
LDADD= ${LIBNTP}
OpenPOWER on IntegriCloud