diff options
author | Bill Nottingham <notting@redhat.com> | 2004-08-18 21:20:56 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-08-18 21:20:56 +0000 |
commit | 81460d38825c32538f1f4e6749c51485ed83a9a4 (patch) | |
tree | 6507e78c0cdf68da00dfbf148d0bb41858ba6215 /src/Makefile | |
parent | 9c706f8bad8439ac35a467bbd3672b90b0a6c7c0 (diff) | |
download | initscripts-81460d38825c32538f1f4e6749c51485ed83a9a4.tar initscripts-81460d38825c32538f1f4e6749c51485ed83a9a4.tar.gz initscripts-81460d38825c32538f1f4e6749c51485ed83a9a4.tar.bz2 initscripts-81460d38825c32538f1f4e6749c51485ed83a9a4.tar.xz initscripts-81460d38825c32538f1f4e6749c51485ed83a9a4.zip |
remove mkkerneldoth
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. |