summaryrefslogtreecommitdiff
path: root/distrib/special/date/Makefile
blob: 0a713503215b6bda2491280141f3e7390580aa74 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.2 2014/01/11 03:35:14 deraadt Exp $

.PATH:  ${.CURDIR}/../../../bin/date

PROG=	date

SRCS=	date.c
CFLAGS+=-DSMALL

.include <bsd.prog.mk>