From a4a10d58aecd933c66f276bcb3267c83ab33a656 Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 21 Mar 2013 21:43:22 +0000 Subject: [PATCH] mandoc can now print numbered registers. --- external/bsd/top/bin/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/external/bsd/top/bin/Makefile b/external/bsd/top/bin/Makefile index d8ef725c2c56..ed4a75ac2e23 100644 --- a/external/bsd/top/bin/Makefile +++ b/external/bsd/top/bin/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2013/03/21 02:04:05 christos Exp $ +# $NetBSD: Makefile,v 1.9 2013/03/21 21:43:22 christos Exp $ .include PROG= top BINDIR= /usr/bin -NOMANDOC= yes TOPDIR=${.CURDIR}/../dist .PATH: ${TOPDIR} ${TOPDIR}/machine