diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 9e642e6e..92b6e8e8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -35,6 +35,9 @@ install: install -m 644 consoletype.1 $(ROOT)$(mandir)/man1 install -m 644 initlog.conf $(ROOT)/etc install -m 755 mkkerneldoth $(ROOT)/sbin + if uname -m | grep -q s390 ; then \ + install -m 755 mkkerneldoth.s390 $(ROOT)/sbin/mkkerneldoth ; \ + fi # this daemon and initscript are useful for testing the up/down/status stuff # not installed by default, only comes from sources. |