summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-11-11 17:40:57 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-11-11 17:40:57 +0000
commite36211dd21709c1c1efda83c64a6cf275a82a673 (patch)
tree0c128d4d5ddfe6b53f4cfbf43663d1c1c2ab1117 /bin
parentc26fa3f89ad0e3360efb31f14d3ef0a34dafa8ce (diff)
Remove commented out references to old kerberosIV libraries we do not
ship since ages. ok deraadt@ millert@
Diffstat (limited to 'bin')
-rw-r--r--bin/rcp/Makefile12
1 files changed, 1 insertions, 11 deletions
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 <bsd.own.mk> # For KERBEROS
-
-#.if (${KERBEROS:L} == "yes")
-#.PATH: ${.CURDIR}/../../usr.bin/rsh
-#SRCS+= krcmd.c kcmd.c
-#CFLAGS+=-DKERBEROS
-#DPADD+= ${LIBKRB}
-#LDADD+= -lkrb
-#.endif
-
.include <bsd.prog.mk>