diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-11 17:40:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-11 17:40:57 +0000 |
commit | e36211dd21709c1c1efda83c64a6cf275a82a673 (patch) | |
tree | 0c128d4d5ddfe6b53f4cfbf43663d1c1c2ab1117 /bin | |
parent | c26fa3f89ad0e3360efb31f14d3ef0a34dafa8ce (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/Makefile | 12 |
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> |