summaryrefslogtreecommitdiff
path: root/bin/date/Makefile
blob: 29216edce7ad0a9c18f489cd1b20aa880a2b0eb2 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.5 2017/07/09 21:23:18 espie Exp $

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

.include <bsd.prog.mk>