From 7d302ba296c897e3770de1ee968ab9eb4c963491 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 28 Dec 1999 06:11:06 +0000 Subject: switch from echoing values into /proc/sys to using sysctl --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 103f2682..ea7a7bdf 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,11 @@ install: install -m755 service $(ROOT)/sbin install -m755 sys-unconfig $(ROOT)/usr/sbin install -m644 sys-unconfig.8 $(ROOT)/usr/man/man8 + ( if uname -m | grep -q sparc ; then \ + install -m644 sysctl.conf.sparc $(ROOT)/etc/sysctl.conf ; \ + else \ + install -m644 sysctl.conf $(ROOT)/etc/sysctl.conf ; \ + fi ) mkdir -p $(ROOT)/etc/X11 install -m755 prefdm $(ROOT)/etc/X11/prefdm mkdir -p $(ROOT)/etc/sysconfig -- cgit