comparison 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
comparison
equal deleted inserted replaced
203:e7538539de7f 204:937db3c2465f
1 #
2 # Configuration settings for typical Solaris 9+
3 #
4 CC=gcc
5 CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES -DHAVE_UINT_T
6 LDFLAGS=-lcurses -lresolv
7
8 # Miscellaneous
9 BINPATH=
10 OBJPATH=
11 EXEEXT=
12
13 include Makefile.gen