artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11318e8
)
unify with other Makefiles around here
author
deraadt
<deraadt@openbsd.org>
Sat, 11 Jan 2014 03:35:14 +0000
(
03:35
+0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 11 Jan 2014 03:35:14 +0000
(
03:35
+0000)
distrib/special/date/Makefile
patch
|
blob
|
history
diff --git
a/distrib/special/date/Makefile
b/distrib/special/date/Makefile
index
c8ec365
..
0a71350
100644
(file)
--- 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 <bsd.prog.mk>