PROG=	dntpd
SRCS=	main.c socket.c ntpreq.c convert.c log.c client.c system.c

LDADD += -lm
DPADD += ${LIBM}

MAN= dntpd.8

.include <bsd.prog.mk>
