Module Name: src
Committed By: christos
Date: Thu Oct 27 19:56:50 UTC 2011
Modified Files:
src/lib/libposix: Makefile
Log Message:
remove second _errno.h
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libposix/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libposix/Makefile
diff -u src/lib/libposix/Makefile:1.15 src/lib/libposix/Makefile:1.16
--- src/lib/libposix/Makefile:1.15 Thu Oct 27 13:18:09 2011
+++ src/lib/libposix/Makefile Thu Oct 27 15:56:50 2011
@@ -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>