diff 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 diff
--- a/Makefile.solaris	Fri Feb 12 03:03:51 2016 +0200
+++ b/Makefile.solaris	Fri Feb 12 03:05:07 2016 +0200
@@ -5,9 +5,4 @@
 CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES -DHAVE_UINT_T
 LDFLAGS=-lncurses -lresolv
 
-# Miscellaneous
-BINPATH=
-OBJPATH=
-EXEEXT=
-
-include Makefile.gen
+include Makefile.unix