diff options
author | Bill Nottingham <notting@redhat.com> | 2009-12-04 20:13:47 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-12-04 20:13:47 -0500 |
commit | 307e970174f12e4a808684151f132df1677c3999 (patch) | |
tree | 1cafd827551bdf2d55f553901691b487120a99ee /src | |
parent | 547c5956ec959ec7f95a57894faf0a85d12cc0e5 (diff) | |
download | initscripts-307e970174f12e4a808684151f132df1677c3999.tar initscripts-307e970174f12e4a808684151f132df1677c3999.tar.gz initscripts-307e970174f12e4a808684151f132df1677c3999.tar.bz2 initscripts-307e970174f12e4a808684151f132df1677c3999.tar.xz initscripts-307e970174f12e4a808684151f132df1677c3999.zip |
Remove more initlog references.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile index 109e9d40..3ae4b3b6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -5,7 +5,6 @@ PROGS=usernetctl netreport testd usleep ipcalc \ console_init console_check securetty PPPWATCH_OBJS=ppp-watch.o shvar.o CONSOLE_INIT_OBJS=console_init.o shvar.o -INITLOG_OBJS=initlog.o process.o USLEEP_OBJS=usleep.o mandir=/usr/share/man @@ -58,9 +57,6 @@ getkey: getkey.o ipcalc: ipcalc.o $(CC) -D_GNU_SOURCE $(LDFLAGS) -o $@ $< -lpopt -initlog: $(INITLOG_OBJS) - $(CC) $(LDFLAGS) -o $@ $(INITLOG_OBJS) -lpopt - usleep: $(USLEEP_OBJS) $(CC) $(LDFLAGS) -o $@ $(USLEEP_OBJS) -lpopt |