From: John Kohl Date: Wed, 20 Mar 1991 18:12:16 +0000 (+0000) Subject: v5 changes X-Git-Tag: krb5-1.0-alpha4~46 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f96f78256051ae4cd4798506aed33f3b6b8c573d;p=krb5.git v5 changes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1927 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/popper/orig-makefiles/Makefile b/src/appl/popper/orig-makefiles/Makefile index 346e4aa85..3d4770c38 100644 --- a/src/appl/popper/orig-makefiles/Makefile +++ b/src/appl/popper/orig-makefiles/Makefile @@ -10,7 +10,8 @@ OBJS = pop_dele.o pop_dropcopy.o pop_dropinfo.o \ pop_last.o pop_list.o pop_log.o pop_lower.o \ pop_msg.o pop_parse.o pop_pass.o pop_quit.o \ pop_rset.o pop_send.o pop_stat.o pop_updt.o \ - pop_user.o pop_xtnd.o pop_xmit.o popper.o + pop_user.o pop_xtnd.o pop_xmit.o popper.o \ + ../../slave/sendauth.o SP_SRCS = pop_enter.c SP_OBJS = pop_enter.o @@ -42,7 +43,9 @@ MAKEFILE = Makefile # (tom) # KERBEROS_PASSWD_HSCK - Use popper as passwd server -CFLAGS = -O -DBIND43 -DKERBEROS -DNOSTATUS +CFLAGS = -g -DBIND43 -DKERBEROS -DKRB5 -DNOSTATUS -DDEBUG $(INCS) + +INCS = -I../../include TARGET = popper @@ -56,7 +59,7 @@ CATPAGE = popper.0 MANDIR = /usr/local/man/cat8 -LIBS = -lkrb -ldes +LIBS = -L../.././lib -lkrb5 -lmd4 -ldes5 -los -lcrc32 -L/mit/isode/isode-6.8/@sys/lib -lisode -lcom_err -ldbm all: ${TARGET}