From e481a1bc8353fb351b4d35d147441a12cb2ee77d Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 17 Sep 2000 14:24:57 +0000 Subject: FreeBSD configuration git-svn-id: http://svn.leocad.org/trunk@122 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- config.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.mk b/config.mk index 277107c..45fab96 100644 --- a/config.mk +++ b/config.mk @@ -16,12 +16,13 @@ CPPFLAGS += -O2 -Wall # Add linker options, such as -L option to include jpeglib's libraries # LDFLAGS += -L/home/fred/jpeglib -### Linux configuration +### Linux and FreeBSD configuration -ifeq ($(shell uname), Linux) +ifneq ($(findstring $(shell uname), Linux, FreeBSD), ) OS := -DLC_LINUX OSDIR := linux +PREFIX := /usr/local endif -- cgit v1.2.3