now builds even with broken makes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@953 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -35,6 +35,9 @@ libtelnet.a: $(OBJECTS)
|
||||
install:
|
||||
@true
|
||||
|
||||
TAGS: $(SOURCES)
|
||||
etags $(SOURCES)
|
||||
|
||||
clean cleandir:
|
||||
rm -f *.o *.a \#* *~ core
|
||||
|
||||
|
@@ -22,7 +22,7 @@ prefix = @prefix@
|
||||
exec_prefix = $(prefix)
|
||||
libdir = $(exec_prefix)/lib
|
||||
|
||||
SOURCES=commands.c main.c network.c ring.c \
|
||||
SOURCES=authenc.c commands.c main.c network.c ring.c \
|
||||
sys_bsd.c telnet.c terminal.c \
|
||||
utilities.c $(GETOPT_SRC)
|
||||
|
||||
@@ -51,6 +51,9 @@ install: all
|
||||
$(MKINSTALLDIRS) $(prefix)/bin
|
||||
for x in $(PROGS); do $(INSTALL) $$x $(prefix)/bin; done
|
||||
|
||||
TAGS: $(SOURCES)
|
||||
etags $(SOURCES)
|
||||
|
||||
clean cleandir:
|
||||
rm -f *.o *.a telnet \#* *~ core
|
||||
|
||||
|
@@ -28,11 +28,9 @@ PROGS = telnetd
|
||||
SOURCES=telnetd.c state.c termstat.c slc.c sys_term.c \
|
||||
utility.c global.c authenc.c
|
||||
|
||||
|
||||
OBJECTS=telnetd.o state.o termstat.o slc.o sys_term.o \
|
||||
utility.o global.o authenc.o
|
||||
|
||||
|
||||
libtop = @libtop@
|
||||
|
||||
LIBKRB = -L../../../lib/krb -lkrb
|
||||
@@ -55,6 +53,9 @@ install: all
|
||||
$(MKINSTALLDIRS) $(prefix)/libexec
|
||||
for x in $(PROGS); do $(INSTALL) $$x $(prefix)/libexec; done
|
||||
|
||||
TAGS: $(SOURCES)
|
||||
etags $(SOURCES)
|
||||
|
||||
clean cleandir:
|
||||
rm -f *.o *.a telnetd \#* *~ core
|
||||
|
||||
|
Reference in New Issue
Block a user