aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index b369865..4f1744e 100644
--- a/config.mk
+++ b/config.mk
@@ -18,6 +18,3 @@ LIBS = -lc
# C compiler and linker
CC = cc
LD = ${CC}
-
-# Uncomment this if you have getopt on your system
-# SYSTEM_GETOPT = 1