From 4afe015806fddc81bc1c8ae9ea996ef8f0aed304 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 2 Apr 2003 18:16:00 +0000 Subject: [PATCH] Add getprogname.c and err.c --- Makefile.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 94590b47e..aa3668615 100644 --- a/Makefile.in +++ b/Makefile.in @@ -109,8 +109,8 @@ SHELL = /bin/sh PROGS = @PROGS@ -SRCS = alloc.c alloca.c check.c def_data.c defaults.c env.c fileops.c \ - find_path.c fnmatch.c getcwd.c getspwuid.c goodpath.c \ +SRCS = alloc.c alloca.c check.c def_data.c defaults.c env.c err.c fileops.c \ + find_path.c fnmatch.c getcwd.c getprogname.c getspwuid.c goodpath.c \ interfaces.c lex.yy.c lsearch.c logging.c parse.c parse.lex \ parse.yacc set_perms.c sigaction.c snprintf.c strcasecmp.c strerror.c \ strlcat.c strlcpy.c sudo.c sudo.tab.c testsudoers.c tgetpass.c utime.c \ @@ -123,7 +123,8 @@ AUTH_SRCS = auth/afs.c auth/aix_auth.c auth/bsdauth.c auth/dce.c auth/fwtk.c \ HDRS = compat.h def_data.h defaults.h ins_2001.h ins_classic.h ins_csops.h \ ins_goons.h insults.h interfaces.h logging.h parse.h sudo.h sudo.tab.h \ - version.h auth/sudo_auth.h emul/fnmatch.h emul/search.h emul/utime.h + version.h auth/sudo_auth.h emul/err.h emul/fnmatch.h emul/search.h \ + emul/utime.h AUTH_OBJS = sudo_auth.o @AUTH_OBJS@ @@ -206,8 +207,10 @@ testsudoers: $(TESTOBJS) $(LIBOBJS) alloc.o: alloc.c $(SUDODEP) check.o: check.c $(SUDODEP) env.o: env.c $(SUDODEP) +err.o: err.c config.h compat.h emul/err.h fileops.o: fileops.c $(SUDODEP) find_path.o: find_path.c $(SUDODEP) +getprogname.o: getprogname.c config.h getspwuid.o: getspwuid.c $(SUDODEP) goodpath.o: goodpath.c $(SUDODEP) logging.o: logging.c $(SUDODEP) -- 2.40.0