4.3BSD-Reno/src/bin/date/Makefile

#	@(#)Makefile	5.2 (Berkeley) 5/11/90

PROG=	date
DPADD=	${LIBUTIL}
LDADD=	-lutil

.include <bsd.prog.mk>