From 50afd78b9ba890ed182373eec38c374515f18618 Mon Sep 17 00:00:00 2001 From: merakor Date: Fri, 21 Aug 2020 20:57:45 +0000 Subject: config.mk: add commented SYSTEM_GETOPT var FossilOrigin-Name: 632b0c2d831554be017f80b955211cc0032aba53b2c303c392fb345e13e6bbdd --- config.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.mk') 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 -- cgit v1.2.3