blob: 69a0c628772cb71db92173746eb36fcb2eed0ec4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
export PS_ALL = ps auxww
# Make sure there's no extra whitespace at the end of this line!
export PS_PID = ps auxww
export RSH_CMD = /usr/bin/rsh
XINCDIR = /usr/include
XLIBDIR = /usr/lib
NDBMLIB = -ldbm
PERL = /usr/bin/perl
LEX_LIB = -lfl
OMIT_GUI = true
OMIT_XM_KPASSWD = true
OMIT_DOC = true
UTMP_FILE = /etc/utmp
WTMP_FILE = /var/adm/wtmp
LIBTCL = -ltcl
TERMCAPLIB = -ltermcap
|