Convert all the applets from #include to USE(). Had to fix some nonstandard

naming along the way to get USE() macros for everything.
This commit is contained in:
Rob Landley
2006-02-23 00:42:25 +00:00
parent 0923063ebb
commit 51be57e4df
3 changed files with 253 additions and 740 deletions

View File

@@ -255,7 +255,7 @@ config CONFIG_MT
to advance or rewind a tape past a specified number of archive
files on the tape.
config BB_APPLET_RUNLEVEL
config CONFIG_RUNLEVEL
bool "runlevel"
default n
help

View File

@@ -24,7 +24,7 @@ MISCUTILS-${CONFIG_LESS} += less.o
MISCUTILS-$(CONFIG_MAKEDEVS) += makedevs.o
MISCUTILS-$(CONFIG_MOUNTPOINT) += mountpoint.o
MISCUTILS-$(CONFIG_MT) += mt.o
MISCUTILS-$(BB_APPLET_RUNLEVEL) += runlevel.o
MISCUTILS-$(CONFIG_RUNLEVEL) += runlevel.o
MISCUTILS-$(CONFIG_RX) += rx.o
MISCUTILS-$(CONFIG_SETSID) += setsid.o
MISCUTILS-$(CONFIG_STRINGS) += strings.o