diff options
author | sketch <sketch> | 2004-03-31 09:39:24 +0000 |
---|---|---|
committer | sketch <sketch> | 2004-03-31 09:39:24 +0000 |
commit | c1ec199c89b92041054e198465d0d440be4c3cbc (patch) | |
tree | 3916293608580235d249cfaa15ce2423810789b8 /security/chkrootkit | |
parent | a8c80fecd8cf79024968fc54c1aa8ac8a120edae (diff) | |
download | pkgsrc-c1ec199c89b92041054e198465d0d440be4c3cbc.tar.gz |
compiler.mk is needed for CC_VERSION checks, not bsd.prefs.mk.
Diffstat (limited to 'security/chkrootkit')
-rw-r--r-- | security/chkrootkit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |