=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/Makefile,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- src/usr.bin/passwd/Makefile 2013/06/19 19:46:44 1.35 +++ src/usr.bin/passwd/Makefile 2013/08/06 19:05:57 1.36 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2013/06/19 19:46:44 robert Exp $ +# $OpenBSD: Makefile,v 1.36 2013/08/06 19:05:57 miod Exp $ .include @@ -23,6 +23,9 @@ 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