view Makefile.solaris @ 665:23d16d9cdf96

Work on the build system, split generic UNIX things into Makefile.unix
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 12 Feb 2016 03:05:07 +0200
parents b1482bc34260
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