diff options
author | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2017-08-07 17:38:49 +0200 |
---|---|---|
committer | Dee'Kej <deekej@linuxmail.org> | 2017-08-15 14:20:38 +0200 |
commit | 2bf9a26ad1d89ff69c742b341f39bf47c7a7ac19 (patch) | |
tree | 2cd52ac64ec2c9741aa37b75cb04076818557158 /Makefile | |
parent | bb68592697c745ca25b69b00a90d8a371a50b9a4 (diff) | |
download | initscripts-2bf9a26ad1d89ff69c742b341f39bf47c7a7ac19.tar initscripts-2bf9a26ad1d89ff69c742b341f39bf47c7a7ac19.tar.gz initscripts-2bf9a26ad1d89ff69c742b341f39bf47c7a7ac19.tar.bz2 initscripts-2bf9a26ad1d89ff69c742b341f39bf47c7a7ac19.tar.xz initscripts-2bf9a26ad1d89ff69c742b341f39bf47c7a7ac19.zip |
Drop no longer supported SPARC architecture
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |