pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/chkrootkit compiler.mk is needed for CC_VERSI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fca1a40342cc
branches:  trunk
changeset: 471812:fca1a40342cc
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Wed Mar 31 09:39:24 2004 +0000

description:
compiler.mk is needed for CC_VERSION checks, not bsd.prefs.mk.

diffstat:

 security/chkrootkit/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6b65a5b9201d -r fca1a40342cc security/chkrootkit/Makefile
--- a/security/chkrootkit/Makefile      Wed Mar 31 09:38:36 2004 +0000
+++ b/security/chkrootkit/Makefile      Wed Mar 31 09:39:24 2004 +0000
@@ -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 @@
 
 PROGRAMS=      chkdirs chklastlog chkproc chkwtmp ifpromisc strings-static
 
-.include "../../mk/bsd.prefs.mk"
+.include "../../mk/compiler.mk"
 
 .if ${OPSYS} == "SunOS"
 PROGRAMS+=     check_wtmpx



Home | Main Index | Thread Index | Old Index