diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-07-18 13:45:01 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-07-18 13:45:01 +0000 |
commit | 2a2908a2c920a2548d312ef0931d24fd87524dae (patch) | |
tree | 217e1edc8a8f266a939f3bb91054e94f3219267a /defs/linux.defs | |
parent | 993e11212883f0ae67fa445c5240d3dea455f9ff (diff) | |
download | pam-2a2908a2c920a2548d312ef0931d24fd87524dae.tar.gz pam-2a2908a2c920a2548d312ef0931d24fd87524dae.tar.bz2 pam-2a2908a2c920a2548d312ef0931d24fd87524dae.zip |
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Remove obsolete files
Diffstat (limited to 'defs/linux.defs')
-rw-r--r-- | defs/linux.defs | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/defs/linux.defs b/defs/linux.defs deleted file mode 100644 index 0e274320..00000000 --- a/defs/linux.defs +++ /dev/null @@ -1,32 +0,0 @@ -# this file indicates the compiler and the various hardware/OS dependent -# flags for installation. It also defines the various destinations of -# installed files on the system. -# -# This file is the default version. Please look in .../defs/ for your -# preferred OS/vendor. - -OS=linux -ARCH=i386 # should be changed for alpha -CC=gcc -INSTALL=install -MKDIR=mkdir -p -CFLAGS=-O7 -pipe -g -ULIBS=#-lefence -LD=ld -LD_D=gcc -shared -Xlinker -x -LD_L=$(LD) -x -shared -USESONAME=yes -LINKLIBS=-lc -SOSWITCH=-soname -NEEDSONAME=no -LDCONFIG=/sbin/ldconfig -AR=ar -cr -RANLIB=ranlib -FAKEROOT= -PREFIX=/usr -SUPLEMENTED=$(PREFIX)/sbin -LIBDIR=$(PREFIX)/lib -SECUREDIR=$(LIBDIR)/security -INCLUDED=/usr/include/security -CONFIGED=/etc -SCONFIGED=/etc/security |