diff options
author | Bill Nottingham <notting@redhat.com> | 2001-06-20 21:16:44 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-06-20 21:16:44 +0000 |
commit | 8c83c9d11b620a687673eb1194ebb47223c18b6b (patch) | |
tree | 8f1d837a8de78c4fc5e87973b8fc6d56dec03fe1 /src | |
parent | 13df2e5b6f925e2fc461a819af006dbe37e55688 (diff) | |
download | initscripts-8c83c9d11b620a687673eb1194ebb47223c18b6b.tar initscripts-8c83c9d11b620a687673eb1194ebb47223c18b6b.tar.gz initscripts-8c83c9d11b620a687673eb1194ebb47223c18b6b.tar.bz2 initscripts-8c83c9d11b620a687673eb1194ebb47223c18b6b.tar.xz initscripts-8c83c9d11b620a687673eb1194ebb47223c18b6b.zip |
fix Makefile to not delete a script
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 92b6e8e8..fd4a4d5f 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 minilogd \ - getkey ppp-watch consoletype mkkerneldoth + getkey ppp-watch consoletype PPPWATCH_OBJS=ppp-watch.o shvar.o INITLOG_OBJS=initlog.o process.o USLEEP_OBJS=usleep.o |