aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-12-21 22:43:22 +0000
committerBill Nottingham <notting@redhat.com>2005-12-21 22:43:22 +0000
commit4c808a519b915dee8be333e6926bcda294efe8c1 (patch)
tree9a612eac965a9772490a8c3c32458fde1692dae4 /src/Makefile
parent3188d78b93c77011af7ea4b3251a899e3d445e66 (diff)
downloadinitscripts-4c808a519b915dee8be333e6926bcda294efe8c1.tar
initscripts-4c808a519b915dee8be333e6926bcda294efe8c1.tar.gz
initscripts-4c808a519b915dee8be333e6926bcda294efe8c1.tar.bz2
initscripts-4c808a519b915dee8be333e6926bcda294efe8c1.tar.xz
initscripts-4c808a519b915dee8be333e6926bcda294efe8c1.zip
udev now loads modules - use that, remove the kmodule stuff
don't set hotplug, it can't possibly work
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 9ef54794..836ae70b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,7 @@
CFLAGS+=$(RPM_OPT_FLAGS) -Wall -D_GNU_SOURCE
PROGS=usernetctl doexec netreport testd usleep ipcalc initlog \
- getkey ppp-watch consoletype genhostid kmodule
+ getkey ppp-watch consoletype genhostid
PPPWATCH_OBJS=ppp-watch.o shvar.o
INITLOG_OBJS=initlog.o process.o
USLEEP_OBJS=usleep.o
@@ -16,7 +16,6 @@ clean:
install:
mkdir -p $(ROOT)/bin $(ROOT)/usr/sbin $(ROOT)$(mandir)/man{1,8} $(ROOT)/etc
install -m 755 doexec $(ROOT)/bin/doexec
- install -m 755 kmodule $(ROOT)/sbin/kmodule
install -m 755 usleep $(ROOT)/bin/usleep
install -m 4755 usernetctl $(ROOT)/usr/sbin/usernetctl
install -m 2755 netreport $(ROOT)/sbin/netreport