summaryrefslogtreecommitdiff
path: root/libc/stdio/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-02-02 07:54:13 +0000
committerEric Andersen <andersen@codepoet.org>2002-02-02 07:54:13 +0000
commit53c4df149163b2df172397ae18cd2e265dfd875b (patch)
tree5138ec9e0b008e78d80e8c88053334208b36716c /libc/stdio/Makefile
parentd62a439a4f32e8e2f8b9c437688b9fc7db91f437 (diff)
Several little additions and cleanups. Add getw() and putw().
Add in some missing header files (netipx/ipx.h include/lastlog.h include/sgtty.h include/sys/perm.h) -Erik
Diffstat (limited to 'libc/stdio/Makefile')
-rw-r--r--libc/stdio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile
index 70e18986f..bbbc46664 100644
--- a/libc/stdio/Makefile
+++ b/libc/stdio/Makefile
@@ -40,7 +40,7 @@ MSRC3=scanf.c
MOBJ3=scanf.o sscanf.o fscanf.o vscanf.o vsscanf.o vfscanf.o
CSRC=popen.c perror.c remove.c getdelim.c getline.c tmpfile.c tmpnam.c \
- tmpnam_r.c tempnam.c ctermid.c
+ tmpnam_r.c tempnam.c ctermid.c getw.c putw.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(MOBJ) $(MOBJ2) $(MOBJ3) $(COBJS)