diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-10-25 14:18:08 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-10-25 14:18:08 +0000 |
commit | 95ebf618b78814ef250bf40737816784cdaef74d (patch) | |
tree | 066dad2c0f8435604210905564c436a4a27ce44c /Makefile | |
parent | 8eaa7b36985e6be193ed0ad1e4cbc493aa8d3cbc (diff) | |
download | busybox-w32-95ebf618b78814ef250bf40737816784cdaef74d.tar.gz busybox-w32-95ebf618b78814ef250bf40737816784cdaef74d.tar.bz2 busybox-w32-95ebf618b78814ef250bf40737816784cdaef74d.zip |
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -201,9 +201,9 @@ do-it-all: menuconfig | |||
201 | endif | 201 | endif |
202 | 202 | ||
203 | 203 | ||
204 | SUBDIRS =applets archival console-tools editors fileutils findutils init \ | 204 | SUBDIRS =applets archival archival/libunarchive console-tools editors \ |
205 | miscutils modutils networking procps pwd_grp shell shellutils \ | 205 | fileutils findutils init miscutils modutils networking procps \ |
206 | sysklogd textutils util-linux libbb | 206 | pwd_grp shell shellutils sysklogd textutils util-linux libbb |
207 | 207 | ||
208 | bbsubdirs: $(patsubst %, _dir_%, $(SUBDIRS)) | 208 | bbsubdirs: $(patsubst %, _dir_%, $(SUBDIRS)) |
209 | 209 | ||