diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-26 07:12:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-26 07:12:49 +0000 |
commit | cf4328b16efe844461420da58f4f0b0f75964418 (patch) | |
tree | 16b0bacc58eebb283c2da0385ed28b10580d0c86 /libc/stdio/Makefile | |
parent | 539adfd7c7cbc7d6d3bea94eb1aa2a7103ca71c0 (diff) |
Add some more stuff -- {get|set}mntent, getline, getdelim, etc.
Diffstat (limited to 'libc/stdio/Makefile')
-rw-r--r-- | libc/stdio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile index 2061a745d..5b0b16132 100644 --- a/libc/stdio/Makefile +++ b/libc/stdio/Makefile @@ -36,7 +36,7 @@ MOBJ2=printf.o sprintf.o fprintf.o vprintf.o vsprintf.o vfprintf.o snprintf.o vs MSRC3=scanf.c MOBJ3=scanf.o sscanf.o fscanf.o vscanf.o vsscanf.o vfscanf.o -CSRC=dputs.c popen.c perror.c remove.c +CSRC=dputs.c popen.c perror.c remove.c getdelim.c getline.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(MOBJ) $(MOBJ2) $(MOBJ3) $(COBJS) |