diff options
author | ru <ru@FreeBSD.org> | 2002-11-18 09:50:57 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-11-18 09:50:57 +0000 |
commit | 40e2359f4b10f61d80f4c8a2f6d4a3fc5c377d95 (patch) | |
tree | 4be9315729643aac6dedae31e641794773358f91 /lib/libc/stdio | |
parent | c4af534777a866305e481071a13d258079dd2aba (diff) | |
download | FreeBSD-src-40e2359f4b10f61d80f4c8a2f6d4a3fc5c377d95.zip FreeBSD-src-40e2359f4b10f61d80f4c8a2f6d4a3fc5c377d95.tar.gz |
libc_r wasn't so tied to libc for 22 months.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc index 7ab0337..63b81f3 100644 --- a/lib/libc/stdio/Makefile.inc +++ b/lib/libc/stdio/Makefile.inc @@ -2,7 +2,7 @@ # $FreeBSD$ # stdio sources -.PATH: ${.CURDIR}/../libc/stdio +.PATH: ${.CURDIR}/stdio SRCS+= _flock_stub.c asprintf.c clrerr.c fclose.c fdopen.c feof.c ferror.c \ fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetwc.c fgetws.c \ @@ -21,7 +21,6 @@ SRCS+= _flock_stub.c asprintf.c clrerr.c fclose.c fdopen.c feof.c ferror.c \ vswprintf.c vswscanf.c vwprintf.c vwscanf.c wbuf.c wprintf.c wscanf.c \ wsetup.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 \ @@ -54,4 +53,3 @@ MLINKS+=wprintf.3 fwprintf.3 wprintf.3 swprintf.3 \ wprintf.3 vwprintf.3 wprintf.3 vfwprintf.3 wprintf.3 vswprintf.3 MLINKS+=wscanf.3 fwscanf.3 wscanf.3 swscanf.3 wscanf.3 vwscanf.3 \ wscanf.3 vswscanf.3 wscanf.3 vfwscanf.3 -.endif |