From 034f4c18839b7e3aba2de93e8676d439a367f35e Mon Sep 17 00:00:00 2001 From: roberto Date: Sat, 1 Jan 2000 23:58:01 +0000 Subject: - remove trace of libkvm. It is not used at all. - reorganise the Makefiles: the order of variables was not the usual one. Explained gently by: bde --- usr.sbin/ntp/ntpq/Makefile | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'usr.sbin/ntp/ntpq') diff --git a/usr.sbin/ntp/ntpq/Makefile b/usr.sbin/ntp/ntpq/Makefile index 551dbec6b..29f16e0 100644 --- a/usr.sbin/ntp/ntpq/Makefile +++ b/usr.sbin/ntp/ntpq/Makefile @@ -4,18 +4,20 @@ .PATH: ${.CURDIR}/../../../contrib/ntp/ntpq -CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ - -DPADD= ${LIBNTP} ${LIBKVM} -LDADD= ${LIBNTP} ${LIBKVM} - PROG= ntpq -NOMAN= yes -CLEANFILES+= .version version.c BINDIR= /usr/bin SRCS= ntpq.c ntpq_ops.c version.c +CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ + +NOMAN= yes + +DPADD= ${LIBNTP} +LDADD= ${LIBNTP} + +CLEANFILES+= .version version.c + version.c: sh -e ${.CURDIR}/../scripts/mkver ntpq -- cgit v1.1