Adding who, chroot, env and split.

Thanks "Galos, David" <galosd83@students.rowan.edu>!
This commit is contained in:
Christoph Lohmann
2013-06-14 18:55:25 +02:00
parent b0898c605d
commit 9df408f8c6
10 changed files with 410 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ SRC = \
chgrp.c \
chmod.c \
chown.c \
chroot.c \
chvt.c \
cksum.c \
cmp.c \
@@ -32,6 +33,7 @@ SRC = \
date.c \
dirname.c \
echo.c \
env.c \
false.c \
fold.c \
grep.c \
@@ -53,6 +55,7 @@ SRC = \
rmdir.c \
sleep.c \
sort.c \
split.c \
sync.c \
tail.c \
tee.c \
@@ -65,6 +68,7 @@ SRC = \
unlink.c \
seq.c \
wc.c \
who.c \
yes.c
OBJ = $(SRC:.c=.o) $(LIB)