From c1ec199c89b92041054e198465d0d440be4c3cbc Mon Sep 17 00:00:00 2001 From: sketch Date: Wed, 31 Mar 2004 09:39:24 +0000 Subject: compiler.mk is needed for CC_VERSION checks, not bsd.prefs.mk. --- security/chkrootkit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/chkrootkit') diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile index eae92e0e260..acd8bff2648 100644 --- a/security/chkrootkit/Makefile +++ b/security/chkrootkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/03/30 18:32:33 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2004/03/31 09:39:24 sketch Exp $ # DISTNAME= chkrootkit @@ -20,7 +20,7 @@ NO_CONFIGURE= yes PROGRAMS= chkdirs chklastlog chkproc chkwtmp ifpromisc strings-static -.include "../../mk/bsd.prefs.mk" +.include "../../mk/compiler.mk" .if ${OPSYS} == "SunOS" PROGRAMS+= check_wtmpx -- cgit v1.2.3