diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-01 17:27:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-01 17:27:29 +0000 |
commit | 533deb1bb7b6c550a84597a4027dfc51daa18ef7 (patch) | |
tree | f7e1dc3bfcada83047ba6e52825473fe5a38be87 /libexec/ftpd/Makefile | |
parent | fbd6d8ce9572aee011a6afd95c37823a7bc70888 (diff) |
order kerberos libraries
Diffstat (limited to 'libexec/ftpd/Makefile')
-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 |