From: deraadt Date: Sat, 11 Jan 2014 03:35:14 +0000 (+0000) Subject: unify with other Makefiles around here X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5f9f742640487166eb088e18dcfc1f1788e09729;p=openbsd unify with other Makefiles around here --- diff --git a/distrib/special/date/Makefile b/distrib/special/date/Makefile index c8ec3651357..0a713503215 100644 --- a/distrib/special/date/Makefile +++ b/distrib/special/date/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2010/03/31 17:51:24 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2014/01/11 03:35:14 deraadt Exp $ + +.PATH: ${.CURDIR}/../../../bin/date PROG= date SRCS= date.c CFLAGS+=-DSMALL -.PATH: ${.CURDIR}/../../../bin/date .include