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

@@ -58,6 +58,9 @@ rpw.o: rpw.c
speed.o: speed.c
$(CC) -c $(CPPFLAGS) $(DEFS) -I../.. -I../../include -I$(srcdir) $(CFLAGS) $<
mdtest.o: mdtest.c
$(CC) -c $(CPPFLAGS) $(DEFS) -I../.. -I../../include -I$(srcdir) $(CFLAGS) $<
install: all
$(MKINSTALLDIRS) $(libdir)
$(INSTALL) -m 0555 $(LIB) $(libdir)

View File

@@ -31,6 +31,13 @@ SHLIBEXT = @SHLIBEXT@
SHARED = @SHARED@
LIB = $(LIBNAME).$(LIBEXT)
SOURCES = err.c errx.c getcwd.c getdtablesize.c getent.c getopt.c \
getusershell.c herror.c hstrerror.c inaddr2str.c inet_aton.c \
k_getpwnam.c k_getpwuid.c memmove.c mini_inetd.c putenv.c setegid.c \
setenv.c seteuid.c signal.c strcasecmp.c strchr.c strdup.c strerror.c \
strftime.c strnlen.c strrchr.c tm2time.c unsetenv.c verify.c verr.c \
verrx.c vsyslog.c vwarn.c vwarnx.c warn.c warnx.c
OBJECTS = k_getpwuid.o k_getpwnam.o signal.o tm2time.o \
verify.o inaddr2str.o mini_inetd.o \
@LIBOBJS@