view Makefile.solaris @ 708:84d7b33c4e83

Change how --help option is handled, and plug some memory leaks in configuration handling.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Apr 2020 02:45:28 +0300
parents 23d16d9cdf96
children
line wrap: on
line source

#
# Configuration settings for typical Solaris 9+
#
CC=gcc
CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES -DHAVE_UINT_T
LDFLAGS=-lncurses -lresolv

include Makefile.unix