mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-07 16:49:06 +00:00
Ident corrections
This commit is contained in:
parent
5e52f20867
commit
f92d454ac0
@ -91,6 +91,7 @@ INSTALL := install
|
|||||||
RM := rm
|
RM := rm
|
||||||
SED := sed
|
SED := sed
|
||||||
SEDOPS := -i
|
SEDOPS := -i
|
||||||
|
|
||||||
ifeq ($(UNAME),Darwin)
|
ifeq ($(UNAME),Darwin)
|
||||||
CC := clang
|
CC := clang
|
||||||
ifeq ($(OSVERSION),16)
|
ifeq ($(OSVERSION),16)
|
||||||
@ -101,8 +102,6 @@ SED := gsed
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(UNAME),FreeBSD)
|
ifeq ($(UNAME),FreeBSD)
|
||||||
CC := cc
|
CC := cc
|
||||||
SED := gsed
|
SED := gsed
|
||||||
|
Loading…
Reference in New Issue
Block a user