diff options
author | merakor <cem@ckyln.com> | 2020-08-21 20:57:45 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-08-21 20:57:45 +0000 |
commit | 50afd78b9ba890ed182373eec38c374515f18618 (patch) | |
tree | 1e5054a29b95e1e175007320344dc911ad0ce36e /config.mk | |
parent | 92d1dc771fd36b2c97f6fee21d9182e8e38b297b (diff) | |
download | cpt-50afd78b9ba890ed182373eec38c374515f18618.tar.gz |
config.mk: add commented SYSTEM_GETOPT var
FossilOrigin-Name: 632b0c2d831554be017f80b955211cc0032aba53b2c303c392fb345e13e6bbdd
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |