From 5df51943c8b1a53a3532936a55f55345588bf41c Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 12 Sep 2013 11:01:47 +0000 Subject: Introduce CATMAN_SECTION_SUFFIX which if set to 'yes' will ensure that catman pages are installed with a suffix which matches their section instead of the default '.0'. Enable it by default on SunOS, which requires that particular layout. --- mk/platform/SunOS.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk/platform') diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk index ee7e403e8de..7f2f67eda83 100644 --- a/mk/platform/SunOS.mk +++ b/mk/platform/SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: SunOS.mk,v 1.56 2013/09/04 15:14:45 jperkin Exp $ +# $NetBSD: SunOS.mk,v 1.57 2013/09/12 11:01:47 jperkin Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -11,6 +11,7 @@ PS?= /bin/ps SU?= /usr/bin/su TYPE?= /usr/bin/type +CATMAN_SECTION_SUFFIX?= yes CPP_PRECOMP_FLAGS?= # unset DEF_UMASK?= 022 DEFAULT_SERIAL_DEVICE?= /dev/null -- cgit v1.2.3