From 78096b93fac489f79be857fba6097a985d72110a Mon Sep 17 00:00:00 2001 From: tholo Date: Wed, 3 Apr 1996 05:44:45 +0000 Subject: [PATCH] Pull in to get the SKEY/KERBEROS/KERBEROS5 definitions --- usr.bin/passwd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index 26507a515a4..6ffcfd56b64 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 2/19/91 -# $Id: Makefile,v 1.5 1996/02/15 05:02:25 etheisen Exp $ +# $Id: Makefile,v 1.6 1996/04/03 05:44:45 tholo Exp $ PROG= passwd SRCS= local_passwd.c yp_passwd.c passwd.c pw_copy.c pw_util.c getpwent.c @@ -11,6 +11,8 @@ DPADD+= ${LIBRPCSVC} LDADD+= -lrpcsvc CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/vipw -DYP +.include # For Kerberos + .if defined(KERBEROS5) SRCS+= krb5_passwd.c CFLAGS+= -DKERBEROS5 -- 2.20.1