Adding the yes(1) command.

This commit is contained in:
Christoph Lohmann
2012-04-23 16:27:40 +02:00
parent f75d7a47ff
commit 120d817920
4 changed files with 56 additions and 2 deletions

View File

@@ -52,7 +52,8 @@ SRC = \
tty.c \
uname.c \
seq.c \
wc.c
wc.c \
yes.c
OBJ = $(SRC:.c=.o) $(LIB)
BIN = $(SRC:.c=)