From f3612f2fdecdb9cb3c180fd00698177b0c3dcae7 Mon Sep 17 00:00:00 2001 From: erh Date: Fri, 12 Dec 2003 21:40:32 +0000 Subject: AIX doesn't have mandoc, just like SunOS. --- security/audit-packages/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/audit-packages') diff --git a/security/audit-packages/Makefile b/security/audit-packages/Makefile index 446e90eb9bb..d583ada1bb2 100644 --- a/security/audit-packages/Makefile +++ b/security/audit-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2003/12/12 15:08:21 agc Exp $ +# $NetBSD: Makefile,v 1.38 2003/12/12 21:40:32 erh Exp $ DISTNAME= audit-packages-1.27 WRKSRC= ${WRKDIR} @@ -15,7 +15,7 @@ DEPENDS+= digest-[0-9]*:../../pkgtools/digest .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" +.if ${OPSYS} == "SunOS" || ${OPSYS} == "AIX" # This doesn't create readable manual pages. "mandoc" should be added # to zoularis. NROFF= nroff -man -- cgit v1.2.3