=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/Makefile,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** src/usr.bin/passwd/Makefile 2003/08/04 07:29:22 1.29 --- src/usr.bin/passwd/Makefile 2008/06/24 14:27:26 1.30 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.29 2003/08/04 07:29:22 hin Exp $ .include --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.30 2008/06/24 14:27:26 deraadt Exp $ .include *************** *** 11,17 **** CFLAGS+= -I${.CURDIR} .if (${YP:L} == "yes") ! CFLAGS+=-DYP -I${.CURDIR}/../../lib/libc/yp .endif .include # For Kerberos --- 11,17 ---- CFLAGS+= -I${.CURDIR} .if (${YP:L} == "yes") ! CFLAGS+=-DYP -I${.CURDIR}/../../lib/libc/yp -I${.CURDIR}/../../lib/libc/include .endif .include # For Kerberos