diff options
author | sandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-06-04 20:45:46 +0000 |
---|---|---|
committer | sandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-06-04 20:45:46 +0000 |
commit | a96f0888d30f5eb1cac685d2bee61cca8767209c (patch) | |
tree | bd211c50ca4a34fd4c6317696c62564fb77171e9 /Makefile | |
parent | 833593c5b14bd14e14180776f15a8368f1a5f5dd (diff) | |
download | busybox-w32-a96f0888d30f5eb1cac685d2bee61cca8767209c.tar.gz busybox-w32-a96f0888d30f5eb1cac685d2bee61cca8767209c.tar.bz2 busybox-w32-a96f0888d30f5eb1cac685d2bee61cca8767209c.zip |
Bigger patch for (partial) tinylogin integration
- Made a new dir loginutils
- Moved all applets from pwd_grp to loginutils
- Added new applets su.c login.c to loginutils
- Made a new dir libpwdgrp
- Moved everything from pwd_grp/libpwd_grp there
- Added shadow.c to libpwdgrp
- Removed dir pwd_grp
- Added usage strings for login and su to usage.h
- Changed main Makefile to reflect the dir rearrangements
[Parts of this patch may overlap with my other two patches]
git-svn-id: svn://busybox.net/trunk/busybox@4857 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,8 @@ 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 \ |
24 | editors fileutils findutils init miscutils modutils networking \ | 24 | editors fileutils findutils init miscutils modutils networking \ |
25 | procps pwd_grp pwd_grp/libpwd_grp shell shellutils sysklogd \ | 25 | procps loginutils shell shellutils sysklogd \ |
26 | textutils util-linux libbb | 26 | textutils util-linux libbb libpwdgrp |
27 | 27 | ||
28 | all: do-it-all | 28 | all: do-it-all |
29 | 29 | ||