aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-08-22 15:03:10 +0000
committermerakor <cem@ckyln.com>2020-08-22 15:03:10 +0000
commit9031dc631fa33a1493f5780943f8f888ce530178 (patch)
tree8acd058d02ace545eb026e95a944e7bf9a0b4211 /config.mk
parent01fb58cf040114841800d9cceba9d256278a4682 (diff)
downloadcpt-9031dc631fa33a1493f5780943f8f888ce530178.tar.gz
cpt: remove getopt and use shell library instead.
FossilOrigin-Name: cbe6d1050c67fcce58e754cd03832089ffeb33a5f9455c55e71738ab11e0d056
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