Module Name:    src
Committed By:   matt
Date:           Thu Apr 25 15:39:26 UTC 2013

Modified Files:
        src/lib/libc: Makefile

Log Message:
for earm, make sure to build getdirentries man page


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/lib/libc/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/libc/Makefile
diff -u src/lib/libc/Makefile:1.154 src/lib/libc/Makefile:1.155
--- src/lib/libc/Makefile:1.154	Thu Apr 25 06:36:49 2013
+++ src/lib/libc/Makefile	Thu Apr 25 15:39:26 2013
@@ -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 @@ CPPFLAGS+=	-D__BUILD_LEGACY
 .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

Reply via email to