1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-06-07 00:28:47 +00:00

Ident corrections

This commit is contained in:
gum0x 2017-02-09 01:56:20 +01:00
parent 5e52f20867
commit f92d454ac0

View File

@ -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