Fix krb4 build. From Michael Graff <explorer@vorpal.com>

This commit is contained in:
brezak 1994-10-17 18:36:57 +00:00
parent 5f55f20bd4
commit 304b4efcdf
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 2/19/91
# $Id: Makefile,v 1.7 1994/07/27 03:28:11 brezak Exp $
# $Id: Makefile,v 1.8 1994/10/17 18:36:57 brezak Exp $
PROG= passwd
SRCS= local_passwd.c yp_passwd.c passwd.c pw_copy.c pw_util.c getpwent.c
@ -15,8 +15,8 @@ CFLAGS+= -DKERBEROS5
DPADD+= ${LIBKRB5} ${LIBCRYPTO}
LDADD+= -lkrb5 -lcrypto
.elif defined(KERBEROS)
SRCS+= krb_passwd.c
CFLAGS+= -DKERBEROS
SRCS+= krb_passwd.c des_rw.c
CFLAGS+= -DKERBEROS -DCRYPT
DPADD+= ${LIBKRB} ${LIBDES}
LDADD+= -lkrb -ldes
.endif