=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/passwd/Makefile 1995/10/18 08:45:53 1.1 +++ src/usr.bin/passwd/Makefile 1995/12/16 22:20:28 1.2 @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 2/19/91 -# $Id: Makefile,v 1.1 1995/10/18 08:45:53 deraadt Exp $ +# $Id: Makefile,v 1.2 1995/12/16 22:20:28 tholo Exp $ PROG= passwd SRCS= local_passwd.c yp_passwd.c passwd.c pw_copy.c pw_util.c getpwent.c @@ -16,7 +16,7 @@ LDADD+= -lkrb5 -lcrypto .elif defined(KERBEROS) SRCS+= krb_passwd.c des_rw.c -CFLAGS+= -DKERBEROS -DCRYPT +CFLAGS+= -DKERBEROS DPADD+= ${LIBKRB} ${LIBDES} LDADD+= -lkrb -ldes .endif