File: Defaults.openbsd

package info (click to toggle)
sformat 3.4-3.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,044 kB
  • ctags: 3,434
  • sloc: ansic: 20,882; makefile: 102; sh: 100
file content (39 lines) | stat: -rw-r--r-- 1,138 bytes parent folder | download | duplicates (4)
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
#ident "%W% %E% %Q%"
###########################################################################
#
# global definitions for OpenBSD Systems
#
###########################################################################
#
# Compiler stuff
#
###########################################################################
DEFCCOM=	cc
#DEFCCOM=	gcc
###########################################################################
#
# If the next line is commented out, compilattion is done with max warn level
# If the next line is uncommented, compilattion is done with minimal warnings
#
###########################################################################
#CWARNOPTS=

DEFINCDIRS=	$(SRCROOT)/include
LDPATH=		-L/opt/schily/lib
#RUNPATH=	-R /opt/schily/lib -R $(OLIBSDIR)	Will probably not work

###########################################################################
#
# Installation config stuff
#
###########################################################################
#INS_BASE=	/opt/schily
#INS_KBASE=	/
INS_BASE=	/tmp/schily
INS_KBASE=	/tmp/schily/root
#
DEFUMASK=	002
#
DEFINSMODE=    755
DEFINSUSR=     bin
DEFINSGRP=     bin