view Makefile.solaris @ 204:937db3c2465f

Added Makefile for Solaris 9+ and removed references to it from main Makefile.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 20 Nov 2010 12:20:58 +0200
parents
children b1482bc34260
line wrap: on
line source

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

# Miscellaneous
BINPATH=
OBJPATH=
EXEEXT=

include Makefile.gen