summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2002-06-07 05:26:37 +0000
committerHans Insulander <hin@cvs.openbsd.org>2002-06-07 05:26:37 +0000
commitaa5d21172f51ec8e5495ee32933e485da6eb688c (patch)
tree910467f6c0b285dcf1d4a1cafc51f4799e3a46d5 /usr.sbin
parent63623e2d0bc0f98290056133f85a86a293d45153 (diff)
-ldes
Diffstat (limited to 'usr.sbin')
-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 4b817410fd3..3ffc5484d4b 100644
--- a/usr.sbin/afs/libexec/afsd/Makefile
+++ b/usr.sbin/afs/libexec/afsd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2002/06/07 05:02:58 hin Exp $
+# $OpenBSD: Makefile,v 1.2 2002/06/07 05:26:36 hin Exp $
AFSTOPDIR= ../..
.include <../../Makefile.inc>
@@ -6,7 +6,7 @@ AFSTOPDIR= ../..
PROG = afsd
MAN = afsd.8 CellServDB.5 ThisCell.5 SuidCells.5
BINDIR = /usr/libexec
-LDADD += ${LIBARLA} ${LIBROKEN} -lkafs -lkrb
+LDADD += ${LIBARLA} ${LIBROKEN} -lkafs -lkrb -ldes
DPADD += ${LIBARLA} ${LIBROKEN}
CFLAGS += -I${AFSSRC}/util -I${AFSSRC}/arlad \