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