gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNUmakefile question


From: David Wetzel
Subject: GNUmakefile question
Date: Thu, 17 Jun 2010 00:53:19 -0700

Hi,

my makefile contains this currently and it works, but I am curious if there is 
a 
variable I could use.

PLATFORM = $(shell uname)

ifeq ($(findstring NetBSD,$(PLATFORM)), NetBSD)
ADDITIONAL_TOOL_LIBS += -lcrypt
endif

Thanks,

David 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]