=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/Makefile,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- src/usr.bin/passwd/Makefile 2010/10/15 10:18:42 1.32 +++ src/usr.bin/passwd/Makefile 2013/06/17 19:23:33 1.33 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2010/10/15 10:18:42 jsg Exp $ +# $OpenBSD: Makefile,v 1.33 2013/06/17 19:23:33 robert Exp $ .include @@ -22,6 +22,7 @@ CFLAGS+= -DKRB5 DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO} LDADD+= -lkrb5 -lasn1 -lcrypto +LDADD+= -lhx509 -lwind -lroken -lcom_err -lpthread -lheimbase .endif BINMODE=4555