Resort libraries according to dependencies.

This commit is contained in:
joerg 2013-12-25 22:21:32 +00:00
parent a6a04f8f13
commit 60419e04f2
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile.inc,v 1.2 2011/05/25 19:21:18 he Exp $
# $NetBSD: Makefile.inc,v 1.3 2013/12/25 22:21:32 joerg Exp $
BINDIR=/usr/libexec
LDADD+= -lkrb5 -lhx509
LDADD+= -lheimntlm -lkrb5 -lhx509 -lheimbase
LDADD+= -lasn1 -lcom_err -lroken ${LIBVERS}
LDADD+= -lheimbase -lheimntlm -lwind
LDADD+= -lwind
LDADD+= -lcrypto -lcrypt
DPADD+= ${LIBKRB5} ${LIBHX509}