summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/Makefile.inc
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-08 05:17:11 +0000
committerjb <jb@FreeBSD.org>1998-05-08 05:17:11 +0000
commit444dd67e6d708ad991b19dc04e534d76a841c5bc (patch)
tree31b843ecafce0fa17d0d78287c487f6f1b8146c7 /lib/libc/stdio/Makefile.inc
parentde6ae1a8e253f3d17d6c9d7e1f1ecb9be6309b10 (diff)
downloadFreeBSD-src-444dd67e6d708ad991b19dc04e534d76a841c5bc.zip
FreeBSD-src-444dd67e6d708ad991b19dc04e534d76a841c5bc.tar.gz
Remote the NetBSD kludge for vfprintf.c
Diffstat (limited to 'lib/libc/stdio/Makefile.inc')
-rw-r--r--lib/libc/stdio/Makefile.inc11
1 files changed, 2 insertions, 9 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc
index 3e5ecf1..fc9b803 100644
--- a/lib/libc/stdio/Makefile.inc
+++ b/lib/libc/stdio/Makefile.inc
@@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.3 (Berkeley) 4/17/94
-# $Id: Makefile.inc,v 1.13 1998/03/12 12:05:14 bde Exp $
+# $Id: Makefile.inc,v 1.14 1998/04/11 07:40:41 jb Exp $
# stdio sources
.PATH: ${.CURDIR}/../libc/stdio
@@ -13,16 +13,9 @@ SRCS+= _flock_stub.c \
printf.c putc.c putchar.c puts.c putw.c refill.c remove.c rewind.c \
rget.c scanf.c setbuf.c setbuffer.c setvbuf.c snprintf.c sprintf.c \
sscanf.c stdio.c tempnam.c tmpfile.c tmpnam.c ungetc.c vasprintf.c \
- vfscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \
+ vfprintf.c vfscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \
vsscanf.c wbuf.c wsetup.c
-.if defined(NETBSD_SYSCALLS)
-# XXX Temporary until FreeBSD's vfprintf is ported
-SRCS+= netbsd_vfprintf.c
-.else
-SRCS+= vfprintf.c
-.endif
-
.if ${LIB} == "c"
MAN3+= fclose.3 ferror.3 fflush.3 fgetln.3 fgets.3 fopen.3 fputs.3 \
fread.3 fseek.3 funopen.3 getc.3 mktemp.3 printf.3 putc.3 remove.3 \
OpenPOWER on IntegriCloud