summaryrefslogtreecommitdiffstats
path: root/command-stubs/Makefile
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-01-15 02:52:42 +0000
committerMike Fulbright <msf@redhat.com>2003-01-15 02:52:42 +0000
commitf1c5bfd098986ab9a27924e6ac3d3162ef3cfdd2 (patch)
treed48b327ee973722e0c2c32c4565ec130d7b41812 /command-stubs/Makefile
parent4d1f22cd8690aaa071934a32dbf1babc7e06de8c (diff)
downloadanaconda-f1c5bfd098986ab9a27924e6ac3d3162ef3cfdd2.tar.gz
anaconda-f1c5bfd098986ab9a27924e6ac3d3162ef3cfdd2.tar.xz
anaconda-f1c5bfd098986ab9a27924e6ac3d3162ef3cfdd2.zip
oops order wrong
Diffstat (limited to 'command-stubs/Makefile')
-rw-r--r--command-stubs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/command-stubs/Makefile b/command-stubs/Makefile
index e68983bba..b69270f18 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
+ loadkeys-stub losetup-stub pump-stub mknod-stub rescue-startx-stub
all:
@echo "Nothing to do"