comparison 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
comparison
equal deleted inserted replaced
664:87ef546de419 665:23d16d9cdf96
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=-lncurses -lresolv 6 LDFLAGS=-lncurses -lresolv
7 7
8 # Miscellaneous 8 include Makefile.unix
9 BINPATH=
10 OBJPATH=
11 EXEEXT=
12
13 include Makefile.gen