blob: 1cb21c70b0171d7e1c470daf6e9bf4331fd909a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Makefile changes for Suns running Solaris 2
SYSV = -DSYSV
RANLIB = true
INSTALL = cp
CFLAGS = -g
# if you're using Sun's C compiler, add -xs to the CFLAGS line
# X11
X11_INCLUDE_FLAGS = -I/usr/openwin/include
X11_LIB_FLAGS = -L/usr/openwin/lib
|