From: Todd C. Miller Date: Fri, 5 Apr 1996 00:39:26 +0000 (+0000) Subject: added install-dirs . X-Git-Tag: SUDO_1_5_0~226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d51ed38adf9d01dbae4fb4d371b5773f8542c5fb;p=sudo added install-dirs . --- diff --git a/Makefile.in b/Makefile.in index 7aaeb07cd..fbe9af122 100644 --- a/Makefile.in +++ b/Makefile.in @@ -117,10 +117,10 @@ VERSION = 1.4.2 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \ PORTING README RUNSON FAQ TROUBLESHOOTING Makefile.in acsite.m4 \ aixcrypt.exp config.h.in configure configure.in getwd.c strdup.c \ - indent.pro install-sh lsearch.c putenv.c tgetpass.c emul/search.h \ - emul/utime.h utime.c testsudoers.c sudoers sample.sudoers \ - sudo.pod sudo.man sudo.cat visudo.pod visudo.man visudo.cat \ - sudoers.pod sudoers.man sudoers.cat \ + indent.pro install-sh mkinstalldirs lsearch.c putenv.c tgetpass.c \ + emul/search.h emul/utime.h utime.c testsudoers.c sudoers \ + sample.sudoers sudo.pod sudo.man sudo.cat visudo.pod visudo.man \ + visudo.cat sudoers.pod sudoers.man sudoers.cat \ lex.yy.c sudo-lex.yy.c dce_pwent.c wildmat.3 all: $(PROGS) @@ -195,7 +195,10 @@ sudoers.man: $(srcdir)/sudoers.pod sudoers.cat: $(srcdir)/sudoers.man -install: install-binaries install-sudoers install-man +install: install-dirs install-binaries install-sudoers install-man + +install-dirs: + $(srcdir)/../mkinstalldirs $(sudodir) $(visudodir) $(sudoersdir) $(mandir8) $(mandir5) install-binaries: $(PROGS) $(INSTALL) -o $(owner) -g $(group) -m 4111 -s sudo $(sudodir)/sudo