diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-23 19:21:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-23 19:21:08 +0000 |
commit | 617983f0ccbfec0a49f94652dbb514e7723b8645 (patch) | |
tree | 17ecaa7e185dd79d0eb761e4564fb09fd3ea1503 | |
parent | b63852fb526a66a8194de83edf121b68328f1bb0 (diff) |
warn whoever wants krb5 that they have a /tmp race to fix first
-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 |