summaryrefslogtreecommitdiff
path: root/usr.sbin/afs
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-07-02 02:29:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-07-02 02:29:04 +0000
commit43c95716f7f1fdd6e2d947000b535106e74b956c (patch)
tree49c648e41b18e5a88c76c42b66a9322f27100eed /usr.sbin/afs
parent34bc20218a0978e7b39b68e1c98c6f8355762957 (diff)
link with all required libraries
Diffstat (limited to 'usr.sbin/afs')
-rw-r--r--usr.sbin/afs/Applflags.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/afs/Applflags.inc b/usr.sbin/afs/Applflags.inc
index 8af6f295097..66a34e70c7b 100644
--- a/usr.sbin/afs/Applflags.inc
+++ b/usr.sbin/afs/Applflags.inc
@@ -1,4 +1,4 @@
-LDADD += -lkrb -ldes ../libarla/libarla.a -ltermcap ../libroken/libroken.a -lreadline -lcurses -lkafs
+LDADD += -lkrb -lkrb5 -lcrypto ../libarla/libarla.a -ltermcap ../libroken/libroken.a -lreadline -lcurses -lkafs -lasn1 -lcom_err
DPADD += ../libroken/libroken.a ../libarla/libarla.a ${LIBKRB} ${LIBDES} ${LIBREADLINE} ${LIBTERMCAP} ${LIBCURSES} ${LIBKAFS}
CFLAGS += -I${.CURDIR}/../src/util -I${.CURDIR}/../src/lib/roken \
-I${.CURDIR}/../src/include -I${.CURDIR}/../libroken \