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/solaris.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/solaris.defs')
-rw-r--r-- | defs/solaris.defs | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/defs/solaris.defs b/defs/solaris.defs deleted file mode 100644 index f9f26529..00000000 --- a/defs/solaris.defs +++ /dev/null @@ -1,48 +0,0 @@ -## -# Solaris defs contributed by Josh Wilmes <josh@makita.jpl.nasa.gov> -## -# 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. - -# Please note that the linker used must be the GNU ld, not the native Sun -# linker. It is fairly common for the gnu linker (/usr/ccs/bin/ld) to be -# configured as the default linker for gcc. To tell gcc to use the -# gnu linker, you need to set the GCC_EXEC_PREFIX environment variable -# to point at the directory where the gnu linker is installed. Here's -# what I do: -# $ mkdir /tmp/foo -# $ ln -s /path/to/gnu/ld /tmp/foo/ld -# $ export GCC_EXEC_PREFIX=/tmp/foo/ -# $ export PATH=/tmp/foo:$PATH - -OS=solaris -ARCH=sun -CC=cc -INSTALL=install -MKDIR=mkdir -p -WARNINGS = -D_POSIX_SOURCE -PIC=-KPIC -CFLAGS=-g -D__EXTENSIONS__ -Dsolaris -ULIBS= -LD=ld -LD_L=$(LD) -G -LD_D=$(LD_L) -RDYNAMIC= -USESONAME=yes -SOSWITCH=-h -NEEDSONAME=no -LDCONFIG=echo -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 |