blob: 942615511f11a505d20894feedbd66abe0522e29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
export PS_ALL = ps auxww
# Make sure there's no extra whitespace at the end of this line!
export PS_PID = ps auxww
# Make sure there's no extra whitespace at the end of this line!
export PS_TTY = ps -t
export RSH_CMD = /usr/ucb/rsh
PCC_STRUCT_RETURN = -fpcc-struct-return
TERMCAPLIB = -ltermcap
XINCDIR = /usr/openwin/include
XLIBDIR = /usr/openwin/lib
UTMP_FILE = /etc/utmp
WTMP_FILE = /usr/adm/wtmp
D_NO_SETENV = -DNO_SETENV
SHLIBCFLAGS := -fpic
SHLIBLDFLAGS := -assert pure-text
SHLIBEXT := so
SHLIBSEP := .
|