Don't try to compile "vprintf.c" because NetBSD has all the functions

defined there.
This commit is contained in:
tron 2003-10-14 11:49:52 +00:00
parent fd34f3d937
commit d6dfcb09dd
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2003/09/20 06:20:43 lukem Exp $ # $NetBSD: Makefile,v 1.9 2003/10/14 11:49:52 tron Exp $
NOLINT= # defined NOLINT= # defined
NOPIC= # defined NOPIC= # defined
@ -8,8 +8,7 @@ LIB= sup
SRCS= scm.c scmio.c stree.c log.c supmsg.c netcrypt.c SRCS= scm.c scmio.c stree.c log.c supmsg.c netcrypt.c
SRCS+= atoo.c errmsg.c expand.c ffilecopy.c filecopy.c \ SRCS+= atoo.c errmsg.c expand.c ffilecopy.c filecopy.c \
nxtarg.c path.c quit.c run.c salloc.c skipto.c \ nxtarg.c path.c quit.c run.c salloc.c skipto.c
vprintf.c
.PATH: ${.CURDIR}/../source .PATH: ${.CURDIR}/../source