NFE - Change default RX ring size from 128 -> 256, Adjust moderation timer.
[dragonfly.git] / usr.sbin / dntpd / Makefile
blob72783a5ccc1db10dc22357ecbdb738c4227fc31e
1 # $DragonFly: src/usr.sbin/dntpd/Makefile,v 1.2 2005/04/27 00:42:13 dillon Exp $
3 PROG= dntpd
4 SRCS= main.c socket.c ntpreq.c convert.c log.c client.c system.c
6 LDADD += -lm
8 MAN= dntpd.8
10 .include <bsd.prog.mk>