From 17647175d6d67886a45ccb2857cd05f0ada11fc6 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 8 Mar 2021 21:37:20 +0000 Subject: Updated Makefile to build on FreeBSD --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c469232..63d8119 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ CC=cc # For Suns - edit if your system is awkward too # -INCLUDE_PATH=-I/usr/openwin/include -I/usr/5include -LIB_PATH=-L/usr/openwin/lib -L/usr/5lib +INCLUDE_PATH=-I/usr/openwin/include -I/usr/5include -I/usr/local/include +LIB_PATH=-L/usr/openwin/lib -L/usr/5lib -L/usr/local/lib # Shouldn't need to edit below here # -- cgit v1.2.3