aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/Makefile.inc
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-08-13 18:55:51 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-08-13 18:55:51 +0000
commit209c34ba95694d46cd35109278addd37e4c32e23 (patch)
treeb270d3c34ad540a4299c14e86b07d6a32e5b34f9 /lib/libc/stdio/Makefile.inc
parenta370c7005501db7e3dfd9efd2b299b70633633f5 (diff)
downloadsrc-209c34ba95694d46cd35109278addd37e4c32e23.tar.gz
src-209c34ba95694d46cd35109278addd37e4c32e23.zip
Unbreak one of the most confusing breaks of the tree I've seen.
The last commit cannot possibly have been tested.
Notes
Notes: svn path=/head/; revision=101841
Diffstat (limited to 'lib/libc/stdio/Makefile.inc')
-rw-r--r--lib/libc/stdio/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc
index 34ef6bee12f2..00da45af4080 100644
--- a/lib/libc/stdio/Makefile.inc
+++ b/lib/libc/stdio/Makefile.inc
@@ -19,7 +19,8 @@ SRCS+= _flock_stub.c asprintf.c clrerr.c fclose.c fdopen.c feof.c ferror.c \
.if ${LIB} == "c"
MAN+= fclose.3 ferror.3 fflush.3 fgetln.3 fgets.3 fgetws.3 fopen.3 fputs.3 \
fputws.3 fread.3 fseek.3 funopen.3 fwide.3 getc.3 getwc.3 mktemp.3 \
- printf.3 putc.3 putwc.3 remove.3 scanf.3 setbuf.3 stdio.3 tmpnam.3 \ ungetc.3 ungetwc.3
+ printf.3 putc.3 putwc.3 remove.3 scanf.3 setbuf.3 stdio.3 tmpnam.3 \
+ ungetc.3 ungetwc.3
MLINKS+=ferror.3 clearerr.3 ferror.3 feof.3 ferror.3 fileno.3
MLINKS+=fflush.3 fpurge.3