diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile index 1ba3026d..fc67203c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -36,10 +36,6 @@ install: install -m 644 ipcalc.1 $(ROOT)$(mandir)/man1 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. |