ccd.4: Add a conventional synopsis and remove config info in the text.
[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
9 MAN=    rdate.8
10
11 .include <bsd.prog.mk>