Subject: libexec/ftpd/Makefile patch for Kerberos compile
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Michael Graff <explorer@vorpal.com>
List: current-users
Date: 08/09/1994 05:25:27
*** Makefile.orig Tue Aug 9 05:22:56 1994
--- Makefile Tue Aug 9 05:23:19 1994
***************
*** 15,20 ****
--- 15,21 ----
CFLAGS+= -DKERBEROS
LDADD+= -lkrb -ldes
DPADD+= ${LIBKRB} ${LIBDES}
+ SRCS+= klogin.c
.endif
.include <bsd.prog.mk>
------------------------------------------------------------------------------