xref: /openbsd/distrib/special/date/Makefile (revision 5f9f7426)
1*5f9f7426Sderaadt#	$OpenBSD: Makefile,v 1.2 2014/01/11 03:35:14 deraadt Exp $
2*5f9f7426Sderaadt
3*5f9f7426Sderaadt.PATH:  ${.CURDIR}/../../../bin/date
4bcbc4ef9Sderaadt
5bcbc4ef9SderaadtPROG=	date
6bcbc4ef9Sderaadt
7bcbc4ef9SderaadtSRCS=	date.c
8bcbc4ef9SderaadtCFLAGS+=-DSMALL
9bcbc4ef9Sderaadt
10bcbc4ef9Sderaadt.include <bsd.prog.mk>
11