]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libpam/defs/linux.defs
Initial import of virgin Linux-PAM 0.65, slightly stripped down.
[FreeBSD/FreeBSD.git] / contrib / libpam / defs / linux.defs
1 # this file indicates the compiler and the various hardware/OS dependent
2 # flags for installation. It also defines the various destinations of
3 # installed files on the system.
4 #
5 # This file is the default version. Please look in .../defs/ for your
6 # preferred OS/vendor.
7
8 OS=linux
9 ARCH=`uname -m | sed 's/^i?86/i386/'`
10 CC=gcc
11 INSTALL=install
12 MKDIR=mkdir -p
13 CFLAGS=-O7 -pipe -g
14 ULIBS=#-lefence
15 LD=ld
16 LD_D=gcc -shared -Xlinker -x
17 LD_L=$(LD) -x -shared 
18 USESONAME=yes
19 SOSWITCH=-soname
20 NEEDSONAME=no
21 LDCONFIG=/sbin/ldconfig
22 AR=ar -cr
23 RANLIB=ranlib
24 FAKEROOT=
25 PREFIX=/usr
26 SUPLEMENTED=$(PREFIX)/sbin
27 LIBDIR=$(PREFIX)/lib
28 SECUREDIR=$(LIBDIR)/security
29 INCLUDED=/usr/include/security
30 CONFIGED=/etc
31 SCONFIGED=/etc/security
32 NSLLIB=-lnsl