From e36211dd21709c1c1efda83c64a6cf275a82a673 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 11 Nov 2010 17:40:57 +0000 Subject: Remove commented out references to old kerberosIV libraries we do not ship since ages. ok deraadt@ millert@ --- bin/rcp/Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'bin/rcp') diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index fdbf261a516..ec1b8e99a23 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -1,17 +1,7 @@ -# $OpenBSD: Makefile,v 1.12 2010/10/13 08:14:22 jsg Exp $ +# $OpenBSD: Makefile,v 1.13 2010/11/11 17:40:55 miod Exp $ PROG= rcp SRCS= rcp.c util.c #INSTALLFLAGS=-fschg -.include # For KERBEROS - -#.if (${KERBEROS:L} == "yes") -#.PATH: ${.CURDIR}/../../usr.bin/rsh -#SRCS+= krcmd.c kcmd.c -#CFLAGS+=-DKERBEROS -#DPADD+= ${LIBKRB} -#LDADD+= -lkrb -#.endif - .include -- cgit v1.2.3