#
#	THIS IS AN AUTOMATICALLY GENERATED FILE
#
#	If you edit this file and later run "setup", your
#	changes will be lost. This file gets fed to "make",
#	so keep that in mind if you make changes.
#

# Directory where the client will be installed.
BINDIR		= /usr/local/bin

# Directory where the manual page will be installed.
MANDIR		= /usr/local/man

# Directory for support files
LIBDIR = /usr/local/lib

# Compiler to use.
CC		= cc

# Compile options.
CFLAGS		= -Wall -Werror -g -I/usr/pkg/include -I/usr/pkg/include/tcl8.0

# Lint flags
LFLAGS		= -uvberxHz -I/usr/pkg/include -I/usr/pkg/include/tcl8.0

# Other libraries to include.
OTHERLIBS	=-L/usr/pkg/lib -ltcl80 -lreadline -lcurses -ltermcap -lm

# Makefile dependency generator.
MAKEDEPEND	= mkdep

# Makefile dependency generator.
DEPENDFLAGS	=   -I/usr/pkg/include -I/usr/pkg/include/tcl8.0

# Hostname and port of remote server.
DEFAULTHOST	= himring.draga.com
DEFAULTPORT	= 7326
