Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc for earm, make sure to build getdirentries man page



details:   https://anonhg.NetBSD.org/src/rev/fe3a5fd88080
branches:  trunk
changeset: 786302:fe3a5fd88080
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Apr 25 15:39:26 2013 +0000

description:
for earm, make sure to build getdirentries man page

diffstat:

 lib/libc/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 3773a858d51e -r fe3a5fd88080 lib/libc/Makefile
--- a/lib/libc/Makefile Thu Apr 25 15:07:16 2013 +0000
+++ b/lib/libc/Makefile Thu Apr 25 15:39:26 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.154 2013/04/25 06:36:49 matt Exp $
+#      $NetBSD: Makefile,v 1.155 2013/04/25 15:39:26 matt Exp $
 #      @(#)Makefile    8.2 (Berkeley) 2/3/94
 #
 # All library objects contain sccsid strings by default; they may be
@@ -58,7 +58,8 @@
 .else # XXX temp
 COMPATDIR=${.CURDIR}/compat
 .PATH: ${COMPATDIR}/sys
-SRCS+= compat___lwp_park50.c
+SRCS+= compat___lwp_park50.c
+MAN+=  getdirentries.3
 CPPFLAGS+=     -D__BUILD_LEGACY
 CPPFLAGS+=     -I${NETBSDSRCDIR}/sys
 .endif



Home | Main Index | Thread Index | Old Index