summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-03-24 15:00:05 -0600
committerBryson Steck <steck.bryson@gmail.com>2022-03-24 15:00:05 -0600
commit1a44f91a4a33e3ea8b9127ee2a7f2589adab6818 (patch)
treeb04a13ac67de85300bca94d4d8338bb40a7c5d6d /config.mk
parent2d556f161628fd8d91b165ec3a50a51665ade5bf (diff)
downloaduirc-1a44f91a4a33e3ea8b9127ee2a7f2589adab6818.tar
uirc-1a44f91a4a33e3ea8b9127ee2a7f2589adab6818.tar.gz
uirc-1a44f91a4a33e3ea8b9127ee2a7f2589adab6818.tar.bz2
added BSD compatibility
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk5
1 files changed, 5 insertions, 0 deletions
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