diff --git a/bin/date/Makefile b/bin/date/Makefile index d6562b4b5094..cf3ceb4c0419 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 diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index e8db7dc69a3e..44ca5331ec67 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -1,9 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.11 1998/08/06 21:35:04 markm Exp $ +# $Id: Makefile,v 1.12 1998/10/09 06:31:45 markm Exp $ PROG= rcp SRCS= rcp.c util.c -CFLAGS+=-Wall .if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) SRCS+= krcmd.c kcmd.c rcmd_util.c encrypt.c