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 _______________________________________________ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev