warn whoever wants krb5 that they have a /tmp race to fix first
authorderaadt <deraadt@openbsd.org>
Mon, 23 Dec 1996 19:21:07 +0000 (19:21 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 23 Dec 1996 19:21:07 +0000 (19:21 +0000)
usr.bin/passwd/Makefile

index 84abb3b..c733b75 100644 (file)
@@ -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