summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-16 19:10:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-16 19:10:15 +0000
commit4db30cb4642a4ccd91755e50166b9a2a9771af45 (patch)
tree71408f8b86b6dc9aee7dc5178d5272dcaea12778 /bin
parentb3e3ead648e88382123d02efd4effdcb426d6431 (diff)
some minor DPADD changes
Diffstat (limited to 'bin')
-rw-r--r--bin/rcp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile
index ac55a1d66e2..20f27d3e804 100644
--- a/bin/rcp/Makefile
+++ b/bin/rcp/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2003/05/14 08:01:02 mho Exp $
+# $OpenBSD: Makefile,v 1.10 2003/07/16 19:10:13 deraadt Exp $
PROG= rcp
SRCS= rcp.c util.c
@@ -12,8 +12,8 @@ BINMODE=555
#.PATH: ${.CURDIR}/../../usr.bin/rsh
#SRCS+= krcmd.c kcmd.c
#CFLAGS+=-DKERBEROS
-#LDADD+= -lkrb -ldes
#DPADD+= ${LIBKRB} ${LIBDES}
+#LDADD+= -lkrb -ldes
#.endif
.include <bsd.prog.mk>