From 086544629e663270bc455fb6d90d912f8b6b7fb2 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 25 Oct 1996 05:55:37 +0000 Subject: [PATCH] Link `ftpd' with -lotp git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@887 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appl/ftp/ftpd/Makefile.in b/appl/ftp/ftpd/Makefile.in index 9cbc5f41c..d2649c75c 100644 --- a/appl/ftp/ftpd/Makefile.in +++ b/appl/ftp/ftpd/Makefile.in @@ -35,6 +35,7 @@ LIBTOP = $(ATHENA)/lib LIBKAFS = @KRB_KAFS_LIB@ LIBKRB = -L$(LIBTOP)/krb -lkrb LIBDES = -L$(LIBTOP)/des -ldes +LIBOTP = -L$(LIBTOP)/otp -lotp LIBROKEN= $(LIBTOP)/roken/libroken.a PROGS = ftpd @@ -52,7 +53,7 @@ install: all ftpd: $(ftpd_OBJS) - $(CC) $(LD_FLAGS) $(LDFLAGS) -o ftpd $(ftpd_OBJS) ../common/libcommon.a $(LIBKAFS) $(LIBKRB) $(LIBDES) $(LIBROKEN) $(LIBS) $(SKEYLIB) + $(CC) $(LD_FLAGS) $(LDFLAGS) -o ftpd $(ftpd_OBJS) ../common/libcommon.a $(LIBKAFS) $(LIBKRB) $(LIBOTP) $(LIBDES) $(LIBROKEN) $(LIBS) $(SKEYLIB) ftpcmd.c: ftpcmd.y $(YACC) $(YFLAGS) $<