freebsd-dev/usr.sbin/ntp/ntptrace/Makefile
Ollivier Robert 4c49e2a210 - 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
2000-01-01 23:58:01 +00:00

24 lines
340 B
Makefile

#
# $FreeBSD$
#
.PATH: ${.CURDIR}/../../../contrib/ntp/ntptrace
PROG= ntptrace
SRCS= ntptrace.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 ntptrace
.include <bsd.prog.mk>