File: Makefile-BSDI

package info (click to toggle)
exim 2.05-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,520 kB
  • ctags: 2,992
  • sloc: ansic: 42,424; perl: 1,349; sh: 843; makefile: 321
file content (21 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Exim: OS-specific make file for BSDI. Its antique link editor
# cannot handle the TextPop overriding.

CFLAGS=-O
CHOWN_COMMAND=/usr/sbin/chown

HAVE_SA_LEN=YES

X11=/usr/X11
XINCLUDE=-I$(X11)/include
XLFLAGS=-L$(X11)/lib
X11_LD_LIB=$(X11)/lib

LIBS_EXIMON=-lSM -lICE -lipc
EXIMON_TEXTPOP=

EXIWHAT_PS_ARG=-ax
EXIWHAT_EGREP_ARG='/exim( |$$)'
EXIWHAT_KILL_ARG=-USR1

# End