diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-26 03:04:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-26 03:04:08 +0800 |
commit | b53fe15020a76e1149b635780a68252c85453ef3 (patch) | |
tree | c5583f2badf2e21a64cdfaa9304b23b4c445a547 /security | |
parent | 4304aa0f8e2a5efffc0ca9184ecdf3b490df6cf8 (diff) | |
download | freebsd-ports-gnome-b53fe15020a76e1149b635780a68252c85453ef3.tar.gz freebsd-ports-gnome-b53fe15020a76e1149b635780a68252c85453ef3.tar.zst freebsd-ports-gnome-b53fe15020a76e1149b635780a68252c85453ef3.zip |
- Respect CC
PR: 122941
Submitted by: Frank Fenor <frank@fenor.de>
Approved by: maintainer
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/,} |