comparison Makefile.solaris @ 205:b1482bc34260

Link to libncurses instead of system curses.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 20 Nov 2010 12:21:22 +0200
parents 937db3c2465f
children 23d16d9cdf96
comparison
equal deleted inserted replaced
204:937db3c2465f 205:b1482bc34260
1 # 1 #
2 # Configuration settings for typical Solaris 9+ 2 # Configuration settings for typical Solaris 9+
3 # 3 #
4 CC=gcc 4 CC=gcc
5 CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES -DHAVE_UINT_T 5 CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES -DHAVE_UINT_T
6 LDFLAGS=-lcurses -lresolv 6 LDFLAGS=-lncurses -lresolv
7 7
8 # Miscellaneous 8 # Miscellaneous
9 BINPATH= 9 BINPATH=
10 OBJPATH= 10 OBJPATH=
11 EXEEXT= 11 EXEEXT=