# $NetBSD: Makefile,v 1.4 1997/03/26 21:12:58 cgd Exp $ PROG= rdate SRCS= rdate.c DPADD+= ${LIBUTIL} LDADD+= -lutil MAN= rdate.8 .include