artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcdc699
)
warn whoever wants krb5 that they have a /tmp race to fix first
author
deraadt
<deraadt@openbsd.org>
Mon, 23 Dec 1996 19:21:07 +0000
(19:21 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 23 Dec 1996 19:21:07 +0000
(19:21 +0000)
usr.bin/passwd/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/passwd/Makefile
b/usr.bin/passwd/Makefile
index
84abb3b
..
c733b75
100644
(file)
--- 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