summaryrefslogtreecommitdiff
path: root/bin/date/Makefile
blob: 46e098b185a4ef954f99b1d182a23ea6eaaec925 (plain)
1
2
3
4
5
6
7
8
9
#	$NetBSD: Makefile,v 1.7 1995/03/21 09:03:47 cgd Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

PROG=	date
SRCS=	date.c netdate.c
DPADD+=	${LIBUTIL}
LDADD+=	-lutil

.include <bsd.prog.mk>