unify with other Makefiles around here
authorderaadt <deraadt@openbsd.org>
Sat, 11 Jan 2014 03:35:14 +0000 (03:35 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 11 Jan 2014 03:35:14 +0000 (03:35 +0000)
distrib/special/date/Makefile

index c8ec365..0a71350 100644 (file)
@@ -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 <bsd.prog.mk>