diff options
author | Ian C <ianc@noddybox.co.uk> | 2021-03-08 21:37:20 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2021-03-08 21:37:20 +0000 |
commit | 17647175d6d67886a45ccb2857cd05f0ada11fc6 (patch) | |
tree | aafaded952f561d8e9bd6ac0cff6ab2f7b6028b9 /Makefile | |
parent | 424e580853315acb7d5718a00025828cacf3a488 (diff) |
Updated Makefile to build on FreeBSD
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 # |