summaryrefslogtreecommitdiff
path: root/kerberosIV
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1998-09-19 02:42:19 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1998-09-19 02:42:19 +0000
commitf97000cd4252c67ea3df1a599a0a47f375b81ad1 (patch)
treebbe01e2b536ed0c8852e398a562e5115ad777a14 /kerberosIV
parentcf0de2f14fc552333ea6bc395f98f9956218f4ad (diff)
libkafs requires libkrb, change the library order to reflect this.
Diffstat (limited to 'kerberosIV')
-rw-r--r--kerberosIV/afslog/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/afslog/Makefile b/kerberosIV/afslog/Makefile
index 4217aaf1947..01bbd7c6fd5 100644
--- a/kerberosIV/afslog/Makefile
+++ b/kerberosIV/afslog/Makefile
@@ -1,9 +1,9 @@
# from @(#)Makefile 8.1 (Berkeley) 6/1/93
-# $Id: Makefile,v 1.1 1998/03/12 14:36:17 art Exp $
+# $Id: Makefile,v 1.2 1998/09/19 02:42:18 rahnds Exp $
PROG= afslog
DPADD= ${LIBKRB} ${LIBDES} ${LIBKAFS}
-LDADD= -lkrb -ldes -lkafs
+LDADD= -lkafs -lkrb -ldes
BINDIR= /usr/bin
.include <bsd.prog.mk>