summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp/ftpd/Makefile.in
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1996-06-03 02:10:00 +0000
committerTom Yu <tlyu@mit.edu>1996-06-03 02:10:00 +0000
commit23608a038158b81c8a68068eb38fa19acdc285ef (patch)
tree786b2ab565b8dab2c0d85f26fc89993671bc2ed9 /src/appl/gssftp/ftpd/Makefile.in
parent4267f3e040a4c484c08540a83cd505a9c485e096 (diff)
downloadkrb5-23608a038158b81c8a68068eb38fa19acdc285ef.tar.gz
krb5-23608a038158b81c8a68068eb38fa19acdc285ef.tar.xz
krb5-23608a038158b81c8a68068eb38fa19acdc285ef.zip
* configure.in, Makefile.in: only link getdtablesize.o if needed
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8205 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/gssftp/ftpd/Makefile.in')
-rw-r--r--src/appl/gssftp/ftpd/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/appl/gssftp/ftpd/Makefile.in b/src/appl/gssftp/ftpd/Makefile.in
index 16dfeb157d..68ceb468a7 100644
--- a/src/appl/gssftp/ftpd/Makefile.in
+++ b/src/appl/gssftp/ftpd/Makefile.in
@@ -11,10 +11,10 @@ SRCS = ftpd.c ftpcmd.y logwtmp.c popen.c vers.c \
$(srcdir)../ftp/glob.c \
$(srcdir)../ftp/radix.c \
$(srcdir)../ftp/secure.c \
- $(srcdir)../../bsd/getdtablesize.c $(SETENVSRC)
+ $(GETDTABLESIZESRC) $(SETENVSRC)
OBJS = ftpd.o ftpcmd.o glob.o popen.o logwtmp.o vers.o radix.o \
- secure.o getdtablesize.o $(SETENVOBJ)
+ secure.o $(GETDTABLESIZEOBJ) $(SETENVOBJ)
KLIB = -lgssapi_krb5 -lkrb5 -lcrypto $(COMERRLIB)
DEPKLIB = $(TOPLIBD)/gssapi/libgssapi_krb5.a $(TOPLIBD)/libkrb5.a \