diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-09-11 05:10:01 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-09-11 05:10:01 +0000 |
commit | 235c7fe7b929a17138cb15a12da434f3408e1a9e (patch) | |
tree | 233a5f5d62a2424ff84f69d3e82368fa1f77bd67 /usr.sbin | |
parent | f5c91c371645a1207898a32a7ed5d4ee7ccd0c3f (diff) |
krb5 before krb4 to please the linker
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/afs/Applflags.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/afs/Applflags.inc b/usr.sbin/afs/Applflags.inc index 66a34e70c7b..39582c1586e 100644 --- a/usr.sbin/afs/Applflags.inc +++ b/usr.sbin/afs/Applflags.inc @@ -1,4 +1,4 @@ -LDADD += -lkrb -lkrb5 -lcrypto ../libarla/libarla.a -ltermcap ../libroken/libroken.a -lreadline -lcurses -lkafs -lasn1 -lcom_err +LDADD += -lkrb5 -lkrb -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 \ |