=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/Makefile,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- src/usr.bin/passwd/Makefile 2013/08/06 19:05:57 1.36 +++ src/usr.bin/passwd/Makefile 2014/04/15 20:55:42 1.37 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2013/08/06 19:05:57 miod Exp $ +# $OpenBSD: Makefile,v 1.37 2014/04/15 20:55:42 miod Exp $ .include @@ -23,9 +23,6 @@ DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO} LDADD+= -lkrb5 -lasn1 -lcrypto LDADD+= -lwind -lroken -lcom_err -lheimbase -.if ${MACHINE} == "vax" -LDFLAGS+=-Wl,--no-keep-memory -.endif .endif BINMODE=4555