view Makefile.solaris @ 676:cfbc5ddf74e5

Possibly fix external build things and llvm static analyzer runs.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Oct 2017 18:23:32 +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