summaryrefslogtreecommitdiff
path: root/usr.sbin/afs
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2002-06-11 14:30:33 +0000
committerBrad Smith <brad@cvs.openbsd.org>2002-06-11 14:30:33 +0000
commit66d1d8b60c654ac135125c25d8a9f53906920108 (patch)
tree8114f8ce521dbc4253b2a85f945a441d1b170547 /usr.sbin/afs
parent1a0e290ba46d4f0a6e602c9331503644433dd0da (diff)
make this link on ELF arch systems.
-- Ok'd by: hin@
Diffstat (limited to 'usr.sbin/afs')
-rw-r--r--usr.sbin/afs/libexec/afsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/afs/libexec/afsd/Makefile b/usr.sbin/afs/libexec/afsd/Makefile
index d4ffd5220a2..99a197abfa2 100644
--- a/usr.sbin/afs/libexec/afsd/Makefile
+++ b/usr.sbin/afs/libexec/afsd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2002/06/09 18:53:45 hin Exp $
+# $OpenBSD: Makefile,v 1.4 2002/06/11 14:30:32 brad Exp $
AFSTOPDIR= ../..
.include <../../Makefile.inc>
@@ -6,7 +6,7 @@ AFSTOPDIR= ../..
PROG = afsd
MAN = afsd.8 CellServDB.5 ThisCell.5 SuidCells.5 afsd.conf.5 DynRootDB.5
BINDIR = /usr/libexec
-LDADD += ${LIBARLA} ${LIBROKEN} -lkafs -lkrb -ldes
+LDADD += ${LIBARLA} ${LIBROKEN} -lkafs -lkrb -lkrb5 -lasn1 -lcrypto -ldes
DPADD += ${LIBARLA} ${LIBROKEN}
CFLAGS += -I${AFSSRC}/util -I${AFSSRC}/arlad \