summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/config/Makefile.config
blob: 596299b4c4032aaecd2ee9dca5588e62f24d1144 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
#	@(#)Makefile.config	8.1 (Berkeley) 6/6/93
#
# $Id: Makefile.config,v 1.1.1.1 1994/05/26 05:22:06 rgrimes Exp $
#

#
# Comment/uncomment the following lines as required
#

#
# Where local include files are stored
#
#XINCLUDE = -I/usr/local/athena/include

#
# Define RESOLV if your C library does not include support
# for Hesiod and/or Named.
#
#RESOLV = -lhesiod -lresolv

#
# Define XLIBDIR if you have libraries not on the standard
# search path.
#
#XLIBDIR = -L/usr/local/athena/lib

#
# Define DBM if your C library does not include
# support for gdbm and/or ndbm.
#
#DBM = -lgdbm #-lndbm

#
# Define RPCLIB if your C library does not include
# support for RPC
#
#RPCLIB = -lrpc

#
# Include support for Network Information Service (NIS)
# Also define HAS_NIS_RELOAD to include map
# enumeration code implementing "cache:=all"
#
#HAS_NIS_MAPS = -DHAS_NIS_MAPS -DHAS_NIS_RELOAD

#
# Include support for file maps
#
HAS_FILE_MAPS = -DHAS_FILE_MAPS

#
# Include support for Hesiod
# Also define HAS_HESIOD_RELOAD to include zone
# transfer code implementing "cache:=all"
#
#HAS_HESIOD_MAPS = -DHAS_HESIOD_MAPS -DHAS_HESIOD_RELOAD

#
# Include support for /etc/passwd
#
HAS_PASSWD_MAPS = -DHAS_PASSWD_MAPS

#
# Include support for union maps
#
HAS_UNION_MAPS = -DHAS_UNION_MAPS

#
# Include support for ndbm.
# This removes support for gdbm and is only supported
# if your operating system supports ndbm
#
#HAS_NDBM_MAPS = -DHAS_NDBM_MAPS

#
# Include support for "regexp" maps
#
HAS_REGEXP = -DHAS_REGEXP

#
# Make sure that the hostname passed in RPC authentication packets
# contains a fully qualified domain name.  See nfs_ops.c
#
#HAS_NFS_QUALIFIED_NAMES = -DHAS_NFS_QUALIFIED_NAMES

#
# Caches the contents of symlinks
#
HAS_SYMLINK_CACHE = -DHAS_SYMLINK_CACHE

##############################################################
# Do NOT edit the following lines
#
CONFIG = ${XINCLUDE} ${HAS_NIS_MAPS} ${HAS_FILE_MAPS} ${HAS_HESIOD_MAPS} \
		${HAS_NDBM_MAPS} ${HAS_MOUNTD_MAPS} ${HAS_PASSWD_MAPS} ${HAS_UNION_MAPS} \
		${HAS_REGEXP} ${HAS_NFS_QUALIFIED_NAMES} ${HAS_SYMLINK_CACHE}
OpenPOWER on IntegriCloud