From 1a44f91a4a33e3ea8b9127ee2a7f2589adab6818 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Thu, 24 Mar 2022 15:00:05 -0600 Subject: added BSD compatibility --- config.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 3a206c5..b1dc3d8 100644 --- a/config.mk +++ b/config.mk @@ -7,4 +7,9 @@ INCLUDE_PREFIX = /usr/include MANPREFIX = ${PREFIX}/share/man # compiler, default is gcc +# if you are on BSD, you might want to change this to cc unless you have gcc installed. CC = gcc + +# other options you want to add +# uncomment the following line if you are building on BSD +#OPTIONS = -L /usr/local/lib -I /usr/local/include -- cgit v1.2.3