uniq: Initial commit

This commit is contained in:
Robert Ransom
2012-05-21 23:24:28 +00:00
parent 85b84675f1
commit 85efaad43b
2 changed files with 98 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ SRC = \
true.c \
tty.c \
uname.c \
uniq.c \
seq.c \
wc.c \
yes.c
@@ -66,7 +67,7 @@ all: $(BIN)
$(OBJ): util.h config.mk
$(BIN): util.a
cat.o fold.o grep.o nl.o sort.o tail.o: text.h
cat.o fold.o grep.o nl.o sort.o tail.o uniq.o: text.h
cp.o mv.o rm.o: fs.h
.o: