From 2bf9a26ad1d89ff69c742b341f39bf47c7a7ac19 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Mon, 7 Aug 2017 17:38:49 +0200 Subject: Drop no longer supported SPARC architecture --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 75f00834..3dab37d1 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,6 @@ install: install -m644 debug.csh debug.sh $(ROOT)/etc/profile.d install -m755 sys-unconfig $(ROOT)/usr/sbin install -m644 service.8 sys-unconfig.8 $(ROOT)$(mandir)/man8 - if uname -m | grep -q sparc ; then \ - install -D -m644 sysctl.conf.sparc $(ROOT)/usr/lib/sysctl.d/00-system.conf ; fi if uname -m | grep -q s390 ; then \ install -D -m644 sysctl.conf.s390 $(ROOT)/usr/lib/sysctl.d/00-system.conf ; fi -- cgit v1.2.1