diff options
-rw-r--r-- | usr.bin/passwd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index 84abb3b8044..c733b75ddbc 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 1996/10/03 19:31:27 tholo Exp $ +# $OpenBSD: Makefile,v 1.10 1996/12/23 19:21:07 deraadt Exp $ .include <bsd.own.mk> @@ -16,7 +16,7 @@ CFLAGS+=-DYP -I${.CURDIR}/../../lib/libc/yp .include <bsd.own.mk> # For Kerberos .if defined(KERBEROS5) -SRCS+= krb5_passwd.c +#SRCS+= krb5_passwd.c XXX fix the /tmp/tkt_cpw_%d race first CFLAGS+= -DKERBEROS5 DPADD+= ${LIBKRB5} ${LIBCRYPTO} LDADD+= -lkrb5 -lcrypto |