diff options
author | Bill Nottingham <notting@redhat.com> | 2010-02-15 13:34:57 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-02-15 13:34:57 -0500 |
commit | c97f9015d5e2328df4ade826584586f658ec5907 (patch) | |
tree | 83c2f13cc184dfa68c52c84b2802dd4e903658da /src/Makefile | |
parent | ae8fd2bc5fe2dd42ecfa848123b261ec3e6b261f (diff) | |
download | initscripts-c97f9015d5e2328df4ade826584586f658ec5907.tar initscripts-c97f9015d5e2328df4ade826584586f658ec5907.tar.gz initscripts-c97f9015d5e2328df4ade826584586f658ec5907.tar.bz2 initscripts-c97f9015d5e2328df4ade826584586f658ec5907.tar.xz initscripts-c97f9015d5e2328df4ade826584586f658ec5907.zip |
Move ccw_init and ccw udev rules to s390utils. (#539491)
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 767fe1ce..091c8a61 100644 --- a/src/Makefile +++ b/src/Makefile @@ -32,7 +32,6 @@ install: install -m 755 rename_device $(ROOT)/lib/udev/rename_device install -m 755 console_init $(ROOT)/lib/udev/console_init install -m 755 console_check $(ROOT)/lib/udev/console_check - install -m 755 ccw_init $(ROOT)/lib/udev/ccw_init install -m 644 genhostid.1 $(ROOT)$(mandir)/man1 install -m 644 getkey.1 $(ROOT)$(mandir)/man1 install -m 644 netreport.1 $(ROOT)$(mandir)/man1 |