diff options
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 |