diff options
author | Chris Lumens <clumens@redhat.com> | 2007-06-14 21:44:55 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-06-14 21:44:55 +0000 |
commit | f6bb1c7947b8c4378181c44515288937cc72cd72 (patch) | |
tree | ae00972eddee4f32b7afb224eab837cfc8a1cc99 /command-stubs | |
parent | ac0c0e896cda31af6e7765f5bb981dfab9fbe54a (diff) | |
download | anaconda-f6bb1c7947b8c4378181c44515288937cc72cd72.tar.gz anaconda-f6bb1c7947b8c4378181c44515288937cc72cd72.tar.xz anaconda-f6bb1c7947b8c4378181c44515288937cc72cd72.zip |
Fixes from buildinstall logs.
Diffstat (limited to 'command-stubs')
-rw-r--r-- | command-stubs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command-stubs/Makefile b/command-stubs/Makefile index d0d1c8fea..e832594a5 100644 --- a/command-stubs/Makefile +++ b/command-stubs/Makefile @@ -1,7 +1,7 @@ include ../Makefile.inc STUBS = raidstart-stub raidstop-stub kudzu-probe-stub list-harddrives-stub \ - loadkeys-stub losetup-stub pump-stub mknod-stub syslogd-stub + loadkeys-stub losetup-stub dhcpclient-stub mknod-stub syslogd-stub all: @echo "Nothing to do" |