diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile.solaris	Sat Nov 20 12:20:58 2010 +0200
@@ -0,0 +1,13 @@
+#
+# 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