diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/chkrootkit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile index aa17a8503509..7a678453b754 100644 --- a/security/chkrootkit/Makefile +++ b/security/chkrootkit/Makefile @@ -20,6 +20,7 @@ MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ \ MAINTAINER= cordeiro@nic.br COMMENT= A tool to locally check for signs of a rootkit +MAKE_ENV+= CC="${CC}" ALL_TARGET= chkrootkit chklastlog chkwtmp chkutmp chkproc chkdirs ifpromisc check_wtmpx strings PLIST_FILES= ${ALL_TARGET:C,^,sbin/,} |