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:
Assar Westerlund
1996-11-14 03:18:52 +00:00
parent 480d3ee318
commit 05e71e804e
8 changed files with 59 additions and 15 deletions

View File

@@ -35,6 +35,9 @@ libtelnet.a: $(OBJECTS)
install:
@true
TAGS: $(SOURCES)
etags $(SOURCES)
clean cleandir:
rm -f *.o *.a \#* *~ core

View File

@@ -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

View File

@@ -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