diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-11 03:00:12 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-11 03:00:12 +0000 |
commit | 8f0722a53b9a88c0b4e60b79e4362d0f31c32c54 (patch) | |
tree | 2efbea745d3ef22e375df3e60ba4c8f14c04f1c4 /Makefile | |
parent | c11986d89eba564945b226660031e624bf897561 (diff) | |
download | busybox-w32-8f0722a53b9a88c0b4e60b79e4362d0f31c32c54.tar.gz busybox-w32-8f0722a53b9a88c0b4e60b79e4362d0f31c32c54.tar.bz2 busybox-w32-8f0722a53b9a88c0b4e60b79e4362d0f31c32c54.zip |
Move readlink, mktemp, run-parts and which to a new debianutils dir.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ | |||
20 | TOPDIR:= $(shell /bin/pwd)/ | 20 | TOPDIR:= $(shell /bin/pwd)/ |
21 | include $(TOPDIR).config | 21 | include $(TOPDIR).config |
22 | include $(TOPDIR)Rules.mak | 22 | include $(TOPDIR)Rules.mak |
23 | SUBDIRS:=applets archival archival/libunarchive console-tools \ | 23 | SUBDIRS:=applets archival archival/libunarchive console-tools debianutils \ |
24 | editors fileutils findutils init miscutils modutils networking \ | 24 | editors fileutils findutils init miscutils modutils networking \ |
25 | networking/libiproute networking/udhcp procps loginutils shell \ | 25 | networking/libiproute networking/udhcp procps loginutils shell \ |
26 | shellutils sysklogd textutils util-linux libbb libpwdgrp | 26 | shellutils sysklogd textutils util-linux libbb libpwdgrp |