summaryrefslogtreecommitdiff
path: root/kerberosIV/kdestroy/Makefile
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1997-12-17 09:18:38 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1997-12-17 09:18:38 +0000
commitb93ac0853dfc5a6b18250b13256f03c7661a95cb (patch)
tree624968ef67450f64e7a58e5e3081e832e348d23a /kerberosIV/kdestroy/Makefile
parentd9395b4355d55913b90dbba8a49170f8de8c3af0 (diff)
Upgrade. Now with afs-support.
Diffstat (limited to 'kerberosIV/kdestroy/Makefile')
-rw-r--r--kerberosIV/kdestroy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerberosIV/kdestroy/Makefile b/kerberosIV/kdestroy/Makefile
index 6bef35d2906..10d84136402 100644
--- a/kerberosIV/kdestroy/Makefile
+++ b/kerberosIV/kdestroy/Makefile
@@ -2,7 +2,7 @@
PROG= kdestroy
DPADD= ${LIBKRB} ${LIBDES}
-LDADD= -lkrb -ldes
+LDADD= -lkrb -ldes -lkafs
BINDIR= /usr/bin
.include <bsd.prog.mk>