diff options
author | bde <bde@FreeBSD.org> | 1998-12-07 12:50:48 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-12-07 12:50:48 +0000 |
commit | 325019ad69e628f20fc2a0d47d0f58619fda8246 (patch) | |
tree | 7ffef890af289eada7fb6ddf5680d74e7a446b8c /bin/date | |
parent | 38bdbdd81a8c15c074ffdb1e42178f3838eea977 (diff) | |
download | FreeBSD-src-325019ad69e628f20fc2a0d47d0f58619fda8246.zip FreeBSD-src-325019ad69e628f20fc2a0d47d0f58619fda8246.tar.gz |
Don't put compiler warning flags in leaf Makefiles.
Diffstat (limited to 'bin/date')
-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 d6562b4..cf3ceb4 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 |