X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=src%2FMakefile;h=b6730b847a0ef145c392cdaa99c739d5f4f87596;hb=f1960ec73c074fb7d4d4c00ecbb3f418f1b972db;hp=a36bf348d85fd7b5ad55ccafe676de30d3fec350;hpb=a2663fb93a7ddfe045f4c9a761dcb21d17b7c26e;p=hashcat.git diff --git a/src/Makefile b/src/Makefile index a36bf34..b6730b8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -63,7 +63,11 @@ FIND := find INSTALL := install RM := rm SED := sed -ifeq ($(UNAME),Darwin,FreeBSD) +ifeq ($(UNAME),Darwin) +SED := gsed +endif +ifeq ($(UNAME),FreeBSD) +CC := cc SED := gsed endif