From 9031dc631fa33a1493f5780943f8f888ce530178 Mon Sep 17 00:00:00 2001 From: merakor Date: Sat, 22 Aug 2020 15:03:10 +0000 Subject: cpt: remove getopt and use shell library instead. FossilOrigin-Name: cbe6d1050c67fcce58e754cd03832089ffeb33a5f9455c55e71738ab11e0d056 --- config.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.mk') 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 -- cgit v1.2.3