blob: c541a5e0ea3eb4c8501bd6d1fb5ec969980d6ac7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
# $NetBSD: config,v 1.3 2012/02/16 14:13:15 hans Exp $
#
# 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.
#
# Installing user's home directory
HOME = /nonexistent
# Directory where the client will be installed.
BINDIR = @PREFIX@/bin
# Directory where the manual page will be installed.
MANDIR = @PREFIX@/man
# Compiler to use.
CC = cc
# Compile options.
CFLAGS = -O2 -DNO_LRAND48 -DSTRINGS_H -DTIME_H -DVOID_SIGHANDLER=1
TCLCFLAGS = -O2 -DNO_LRAND48 -DSTRINGS_H -DTIME_H -DVOID_SIGHANDLER=1
# Lint flags
LFLAGS = -u -DNO_LRAND48 -DSTRINGS_H -DTIME_H -DVOID_SIGHANDLER=1
# System dependent source file.
SYSDEP =sysdep.bsd
# Other libraries to include.
OTHERLIBS +=-ltermcap
# Resolver library
RESOLVLIB =
# Parallel makes. Set to & for Sequents.
PMAKE =
# Makefile dependency generator.
MAKEDEPEND = makedepend
# Makefile dependency generator.
DEPENDFLAGS = -fMake -DNO_LRAND48 -DSTRINGS_H -DTIME_H
# Hostname and port of remote server.
DEFAULTHOST = crater.unm.edu
DEFAULTPORT = 7326
# Directory for support files
LIBDIR = @PREFIX@/libdata
# location of server database
SERVERLIST = @PREFIX@/libdata/icbserverdb
|