2
###########################################################################
4
# global definitions for OpenBSD Systems
6
###########################################################################
10
###########################################################################
13
###########################################################################
15
# If the next line is commented out, compilation is done with max warn level
16
# If the next line is uncommented, compilation is done with minimal warnings
18
###########################################################################
21
DEFINCDIRS= $(SRCROOT)/include
22
LDPATH= -L/opt/schily/lib
23
#RUNPATH= -R $(INS_BASE)/lib -R /opt/schily/lib -R $(OLIBSDIR) Will probably not work
25
###########################################################################
27
# Installation config stuff
29
###########################################################################