From 533deb1bb7b6c550a84597a4027dfc51daa18ef7 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 1 Mar 2000 17:27:29 +0000 Subject: order kerberos libraries --- libexec/ftpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/ftpd/Makefile') 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 -- cgit v1.2.3