=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/Makefile,v retrieving revision 1.37 retrieving revision 1.38 diff -c -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 **** ! # $OpenBSD: Makefile,v 1.37 2014/04/15 20:55:42 miod Exp $ .include --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.38 2014/04/22 10:21:56 reyk Exp $ .include *************** *** 13,28 **** 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 --- 13,18 ----