aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
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