Add rdate(8). This supports both SNTP(RFC 2030) and RFC 868.
[dragonfly.git] / usr.sbin / rdate / Makefile
1 #       $OpenBSD: src/usr.sbin/rdate/Makefile,v 1.7 2003/11/20 23:23:09 avsm Exp $
2 #       $DragonFly: src/usr.sbin/rdate/Makefile,v 1.1 2004/12/01 15:04:43 joerg Exp $
3
4 PROG=   rdate
5 SRCS=   rdate.c rfc868time.c ntp.c ntpleaps.c
6 DPADD+= ${LIBUTIL}
7 LDADD+= -lutil
8 WARNS?= 6
9
10 MAN=    rdate.8
11
12 .include <bsd.prog.mk>