diff options
Diffstat (limited to 'bin/date/Makefile')
-rw-r--r-- | bin/date/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/date/Makefile b/bin/date/Makefile index 1c3559af8d4..29216edce7a 100644 --- a/bin/date/Makefile +++ b/bin/date/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 2011/07/07 21:00:59 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2017/07/09 21:23:18 espie Exp $ PROG= date -SRCS= date.c DPADD+= ${LIBUTIL} LDADD+= -lutil |