From d3aeb5a86273572bdf07bf7cdb4d605e8acf98d2 Mon Sep 17 00:00:00 2001 From: wollman Date: Sun, 20 Nov 1994 23:18:15 +0000 Subject: Add DISTRIBUTION=krb for Kerberos case. --- bin/rcp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index 08658fc..06e2fe0 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.3 1994/09/24 02:56:53 davidg Exp $ +# $Id: Makefile,v 1.4 1994/09/29 13:06:00 csgr Exp $ PROG= rcp SRCS= rcp.c util.c @@ -11,6 +11,7 @@ SRCS+= kcmd.c krcmd.c CFLAGS+=-DKERBEROS -DCRYPT DPADD= ${LIBKRB} ${LIBDES} LDADD= -lkrb -ldes +DISTRIBUTION= krb .endif BINOWN= root -- cgit v1.1