diff options
author | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-14 07:31:31 +0000 |
---|---|---|
committer | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-14 07:31:31 +0000 |
commit | 9f00376c1f200bcad5a8ec1fa2e2c3209557fa47 (patch) | |
tree | 4cd15fd62743f4a330180adf3ed34962e75dc4c9 /libexec/login_chpass | |
parent | 239f9b78ec06d03e4ff991f334a2200b4129de88 (diff) |
Remove krb4 support.
Diffstat (limited to 'libexec/login_chpass')
-rw-r--r-- | libexec/login_chpass/Makefile | 16 |
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 |