diff options
author | 2000-03-01 17:27:28 +0000 | |
---|---|---|
committer | 2000-03-01 17:27:28 +0000 | |
commit | f7cd9ae92de54cb1ad009150409522a39798bd08 (patch) | |
tree | 496b4b7072231e21f75920265fe847788432f1e9 | |
parent | order libraries sensibly for static architectures (diff) | |
download | wireguard-openbsd-f7cd9ae92de54cb1ad009150409522a39798bd08.tar.xz wireguard-openbsd-f7cd9ae92de54cb1ad009150409522a39798bd08.zip |
order kerberos libraries
-rw-r--r-- | libexec/ftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 6a12e7f2601..ceebf9e06fa 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 1999/12/08 13:15:21 itojun Exp $ +# $OpenBSD: Makefile,v 1.16 2000/03/01 17:27:28 deraadt Exp $ # $NetBSD: Makefile,v 1.13 1996/02/16 02:07:41 cgd Exp $ # @(#)Makefile 8.2 (Berkeley) 4/4/94 @@ -30,7 +30,7 @@ DPADD+= ${LIBSKEY} SRCS+= klogin.c .PATH: ${.CURDIR}/../../usr.bin/login CFLAGS+= -DKERBEROS -LDADD+= -lkrb -ldes -lkafs +LDADD+= -lkafs -lkrb -ldes DPADD+= ${LIBKRB} ${LIBKRB} ${LIBKAFS} .endif |