summaryrefslogtreecommitdiffstats
path: root/bin/date/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-08-04 03:37:07 +0000
committerbrian <brian@FreeBSD.org>1997-08-04 03:37:07 +0000
commitfdc5ce4a45ba240d51b1446cd73859d43e9a11c7 (patch)
treeba21dc6c79ca9c2ec10d7ae68044d956d485f7dd /bin/date/Makefile
parenteb599a86b687c502745bbc36a4b17d788cdc28c5 (diff)
downloadFreeBSD-src-fdc5ce4a45ba240d51b1446cd73859d43e9a11c7.zip
FreeBSD-src-fdc5ce4a45ba240d51b1446cd73859d43e9a11c7.tar.gz
Add [-DWMY] flags for date adjustment.
Discussed with: freebsd-hackers
Diffstat (limited to 'bin/date/Makefile')
-rw-r--r--bin/date/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/date/Makefile b/bin/date/Makefile
index 294aae0..ed2bf8f 100644
--- a/bin/date/Makefile
+++ b/bin/date/Makefile
@@ -1,8 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id$
+# $Id: Makefile,v 1.4 1997/02/22 14:02:30 peter Exp $
PROG= date
-SRCS= date.c netdate.c
+SRCS= date.c netdate.c vary.c
DPADD= ${LIBUTIL}
LDADD= -lutil
OpenPOWER on IntegriCloud