svn commit: r185375 - head/sys/boot/arm/uboot

Rafal Jaworowski raj at FreeBSD.org
Thu Nov 27 08:53:02 PST 2008


Author: raj
Date: Thu Nov 27 16:53:01 2008
New Revision: 185375
URL: http://svn.freebsd.org/changeset/base/185375

Log:
  Let ARM loader(8) build with the man page.

Modified:
  head/sys/boot/arm/uboot/Makefile

Modified: head/sys/boot/arm/uboot/Makefile
==============================================================================
--- head/sys/boot/arm/uboot/Makefile	Thu Nov 27 16:50:23 2008	(r185374)
+++ head/sys/boot/arm/uboot/Makefile	Thu Nov 27 16:53:01 2008	(r185375)
@@ -4,7 +4,6 @@ PROG=		ubldr
 NEWVERSWHAT=	"U-Boot loader" ${MACHINE_ARCH}
 BINDIR?=	/boot
 INSTALLFLAGS=	-b
-NO_MAN=
 WARNS?=		1
 
 # Architecture-specific loader code
@@ -61,7 +60,7 @@ LIBFICL=	${.OBJDIR}/../../ficl/libficl.a
 CFLAGS+=	-I${.CURDIR}/../../common
 CFLAGS+=	-I.
 
-CLEANFILES+=	vers.c ${PROG}.help
+CLEANFILES+=	vers.c loader.help
 
 CFLAGS+=	-ffreestanding
 
@@ -86,11 +85,11 @@ LDADD=		${LIBFICL} ${LIBUBOOT} -lstand
 vers.c:	${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
 	sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
 
-${PROG}.help: help.common help.uboot
+loader.help: help.common help.uboot
 	cat ${.ALLSRC} | \
 	    awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
 
 .PATH: ${.CURDIR}/../../forth
-FILES=	${PROG}.help
+FILES=	loader.help
 
 .include <bsd.prog.mk>


More information about the svn-src-head mailing list