aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-08-21 20:57:45 +0000
committermerakor <cem@ckyln.com>2020-08-21 20:57:45 +0000
commit50afd78b9ba890ed182373eec38c374515f18618 (patch)
tree1e5054a29b95e1e175007320344dc911ad0ce36e /config.mk
parent92d1dc771fd36b2c97f6fee21d9182e8e38b297b (diff)
downloadcpt-50afd78b9ba890ed182373eec38c374515f18618.tar.gz
config.mk: add commented SYSTEM_GETOPT var
FossilOrigin-Name: 632b0c2d831554be017f80b955211cc0032aba53b2c303c392fb345e13e6bbdd
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 4f1744e..b369865 100644
--- a/config.mk
+++ b/config.mk
@@ -18,3 +18,6 @@ LIBS = -lc
# C compiler and linker
CC = cc
LD = ${CC}
+
+# Uncomment this if you have getopt on your system
+# SYSTEM_GETOPT = 1