From: Todd C. Miller Date: Mon, 8 Aug 1994 04:23:32 +0000 (+0000) Subject: added putenv.c to DISTFILES X-Git-Tag: SUDO_1_3_1~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf91591b62b5718d115d51c8fc7220c773c1f76f;p=sudo added putenv.c to DISTFILES --- diff --git a/Makefile.in b/Makefile.in index 629038b0f..c4927659f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -94,7 +94,7 @@ LIBOBJS = @TGETPASS@ @LIBOBJS@ HDRS = sudo.h version.h insults.h DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING INSTALL Makefile.in PORTING \ - README README.v1.3.1 SUPPORTED TODO aclocal.m4 getcwd.c \ + README README.v1.3.1 SUPPORTED TODO aclocal.m4 getcwd.c putenv.c \ sudo_realpath.c sudo_setenv.c strdup.c tgetpass.c config.h.in \ configure configure.in indent.pro installbsd pathnames.h.in \ sample.sudoers sudo.man sudo.cat sudoers aixcrypt.exp \