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/ntpdate/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'usr.sbin/ntp/ntpdate') diff --git a/usr.sbin/ntp/ntpdate/Makefile b/usr.sbin/ntp/ntpdate/Makefile index 015b14d..22c7cf0 100644 --- a/usr.sbin/ntp/ntpdate/Makefile +++ b/usr.sbin/ntp/ntpdate/Makefile @@ -4,16 +4,18 @@ .PATH: ${.CURDIR}/../../../contrib/ntp/ntpdate -CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ +PROG= ntpdate -DPADD= ${LIBNTP} ${LIBKVM} -LDADD= ${LIBNTP} ${LIBKVM} +SRCS= ntpdate.c version.c + +CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ -PROG= ntpdate NOMAN= yes -CLEANFILES+= .version version.c -SRCS= ntpdate.c version.c +DPADD= ${LIBNTP} +LDADD= ${LIBNTP} + +CLEANFILES+= .version version.c version.c: sh -e ${.CURDIR}/../scripts/mkver ntpdate -- cgit v1.1