=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/Makefile,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- src/usr.bin/passwd/Makefile 2014/04/15 20:55:42 1.37 +++ src/usr.bin/passwd/Makefile 2014/04/22 10:21:56 1.38 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2014/04/15 20:55:42 miod Exp $ +# $OpenBSD: Makefile,v 1.38 2014/04/22 10:21:56 reyk Exp $ .include @@ -13,16 +13,6 @@ CFLAGS+=-I${.CURDIR}/../../lib/libc/include .if (${YP:L} == "yes") CFLAGS+=-DYP -I${.CURDIR}/../../lib/libc/yp -.endif - -.include # For Kerberos - -.if (${KERBEROS5:L} == "yes") -SRCS+= krb5_passwd.c -CFLAGS+= -DKRB5 -DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO} -LDADD+= -lkrb5 -lasn1 -lcrypto -LDADD+= -lwind -lroken -lcom_err -lheimbase .endif BINMODE=4555