remove second _errno.h

This commit is contained in:
christos 2011-10-27 19:56:50 +00:00
parent 91d88b1f1a
commit cf14ae3072
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2011/10/27 17:18:09 christos Exp $
# $NetBSD: Makefile,v 1.16 2011/10/27 19:56:50 christos Exp $
LIB= posix
@ -21,6 +21,5 @@ SRCS+= _errno.c
.endif
.include "${.CURDIR}/sys/Makefile.inc"
SRCS+=_errno.c
.include <bsd.lib.mk>