diff options
author | Bruce Evans <bde@FreeBSD.org> | 1998-12-07 12:50:48 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1998-12-07 12:50:48 +0000 |
commit | d3f062f04ec01aa3cb20c542f5930a5d1c621ae1 (patch) | |
tree | 34024cbffbf023cf1f375c3f4fc517ac5ac93785 /bin/rcp | |
parent | ed334a37cd3da7b43d0dfc4785aec4b08daa90b7 (diff) | |
download | src-d3f062f04ec01aa3cb20c542f5930a5d1c621ae1.tar.gz src-d3f062f04ec01aa3cb20c542f5930a5d1c621ae1.zip |
Notes
Diffstat (limited to 'bin/rcp')
-rw-r--r-- | bin/rcp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |