summaryrefslogtreecommitdiff
path: root/libexec/login_chpass
diff options
context:
space:
mode:
authorMagnus Holmberg <mho@cvs.openbsd.org>2003-05-14 07:31:31 +0000
committerMagnus Holmberg <mho@cvs.openbsd.org>2003-05-14 07:31:31 +0000
commit9f00376c1f200bcad5a8ec1fa2e2c3209557fa47 (patch)
tree4cd15fd62743f4a330180adf3ed34962e75dc4c9 /libexec/login_chpass
parent239f9b78ec06d03e4ff991f334a2200b4129de88 (diff)
Remove krb4 support.
Diffstat (limited to 'libexec/login_chpass')
-rw-r--r--libexec/login_chpass/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/libexec/login_chpass/Makefile b/libexec/login_chpass/Makefile
index e56255f4213..ad88ee1f81e 100644
--- a/libexec/login_chpass/Makefile
+++ b/libexec/login_chpass/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2002/05/11 00:20:20 espie Exp $
+# $OpenBSD: Makefile,v 1.3 2003/05/14 07:31:30 mho Exp $
PROG= login_chpass
@@ -10,12 +10,14 @@ MAN= login_chpass.8
.include <bsd.own.mk> # For KERBEROS and YP
CFLAGS+=-Wall
-.if (${KERBEROS:L} == "yes")
-CFLAGS+=-DKERBEROS
-SRCS+= new_pwd.c
-DPADD+= ${LIBKADM} ${LIBKRB} ${LIBDES} ${LIBCOM_ERR}
-LDADD+= -lkadm -lkrb -ldes -lcom_err
-.endif
+
+#.if (${KERBEROS:L} == "yes")
+#CFLAGS+=-DKERBEROS
+#SRCS+= new_pwd.c
+#DPADD+= ${LIBKADM} ${LIBKRB} ${LIBDES} ${LIBCOM_ERR}
+#LDADD+= -lkadm -lkrb -ldes -lcom_err
+#.endif
+
.if (${YP:L} == "yes")
CFLAGS+=-DYP
SRCS+= yp_passwd.c pwd_check.c pwd_gensalt.c