diff --git a/Makefile b/Makefile index fb5d4af..2c3f85c 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,8 @@ LIBS=-lutil # FreeBSD or Linux/GNU libc2 # # if your systems doesn't have one, use the shell script that I provide # in "inst.sh" (taken from X11R5). Needed on IRIX5.2 -INSTALL=install -c -o bin -g bin +INSTALL=install -c +#INSTALL=install -c -o bin -g bin #INSTALL=install -c -o root -g wheel # NeXT/BSD #INSTALL=/usr/ucb/install -c -o bin -g bin # AIX, Solaris 2.x #INSTALL=installbsd -c -o bin -g bin # OSF/1, AIX 4.1, 4.2 @@ -610,15 +611,15 @@ install.bin: mgetty sendfax newslock \ test -d $(CONFDIR) || \ ( ./mkidirs $(CONFDIR) && chmod 755 $(CONFDIR)) test -f $(CONFDIR)/login.config || \ - $(INSTALL) -o root -m 600 login.config $(CONFDIR)/ + $(INSTALL) -m 600 login.config $(CONFDIR)/ test -f $(CONFDIR)/mgetty.config || \ - $(INSTALL) -o root -m 600 mgetty.config $(CONFDIR)/ + $(INSTALL) -m 600 mgetty.config $(CONFDIR)/ test -f $(CONFDIR)/sendfax.config || \ - $(INSTALL) -o root -m 644 sendfax.config $(CONFDIR)/ + $(INSTALL) -m 644 sendfax.config $(CONFDIR)/ test -f $(CONFDIR)/dialin.config || \ - $(INSTALL) -o root -m 600 dialin.config $(CONFDIR)/ + $(INSTALL) -m 600 dialin.config $(CONFDIR)/ test -f $(CONFDIR)/faxrunq.config || \ - $(INSTALL) -o root -m 644 faxrunq.config $(CONFDIR)/ + $(INSTALL) -m 644 faxrunq.config $(CONFDIR)/ # # test for outdated stuff #