#
# Copyright (c) 1993, Trusted Information Systems, Incorporated
# All rights reserved.
#
# Redistribution and use are governed by the terms detailed in the
# license document ("LICENSE") included with the toolkit.
#
#
# Author: Marcus J. Ranum, Trusted Information Systems, Inc.
#
# RcsId: "$Header: Makefile.config,v 1.3 94/11/01 12:04:59 mjr rel $"
# Your C compiler (eg, "cc" or "gcc")
CC= cc
# program to use for installation -- this may or may not preserve
# old versions (or whatever). assumes that it takes parameters:
# copy source dest
CP= cp
# Options for your compiler (eg, "-g" for debugging, "-O" for
# optimizing, or "-g -O" for both under GCC)
#COPT= -g -traditional
COPT= -g
#COPT= -O
# Version of "make" you want to use
#MAKE= gnumake
MAKE= make
# Your ranlib utility (use "touch" if you don't have ranlib)
RANLIB= ranlib
#RANLIB= touch
# Destination directory for installation of binaries
DEST= /usr/local/etc
# Destination directory for installation of man pages
#DESTMAN= $(DEST)/../man
# Names of any auxiliary libraries your system may require (e.g., -lsocket)
# If you want to link against a resolver library, specify it here.
AUXLIB= -lresolv
#AUXLIB= -lsocket
# DBM library should be specified if it is an external library or
# you with to use a different one than what is included in libc
#DBMLIB= -lndbm
DBMLIB=
# Flags to pass to the linker (eg, -static for static binaries under GCC,
# or -Bstatic for static binaries under SunOS 4.1.x)
#LDFL= -Bstatic
#LDFL=
LDFL= -g
# Location of the fwtk sources [For #include by any external tools needing it]
#FWTKSRCDIR=/u/b/mjr/firewall/fwtk
#FWTKSRCDIR=/usr/local/src/fwtk
FWTKSRCDIR=/usr/local/src/security/fwtk
# Location of X libraries for X-gw
XLIBDIR=/usr/X11R6/lib
#XLIBDIR=/usr/X11/lib
#XLIBDIR=/usr/local/X11R5/lib
# Location of X include files
XINCLUDE=/usr/X11R6/include
#XINCLUDE=/usr/local/X11R5/include