aboutsummaryrefslogtreecommitdiff
path: root/bin/date
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-12-07 12:50:48 +0000
committerBruce Evans <bde@FreeBSD.org>1998-12-07 12:50:48 +0000
commitd3f062f04ec01aa3cb20c542f5930a5d1c621ae1 (patch)
tree34024cbffbf023cf1f375c3f4fc517ac5ac93785 /bin/date
parented334a37cd3da7b43d0dfc4785aec4b08daa90b7 (diff)
Notes
Diffstat (limited to 'bin/date')
-rw-r--r--bin/date/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/date/Makefile b/bin/date/Makefile
index d6562b4b50948..cf3ceb4c04193 100644
--- a/bin/date/Makefile
+++ b/bin/date/Makefile
@@ -1,9 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.5 1997/08/04 03:37:05 brian Exp $
+# $Id: Makefile,v 1.6 1997/08/09 22:34:01 brian Exp $
PROG= date
SRCS= date.c netdate.c vary.c
-CFLAGS+=-Wall
DPADD= ${LIBUTIL}
LDADD= -lutil