diff options
Diffstat (limited to 'Linux-PAM/defs/morgan.defs')
-rw-r--r-- | Linux-PAM/defs/morgan.defs | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/Linux-PAM/defs/morgan.defs b/Linux-PAM/defs/morgan.defs deleted file mode 100644 index 2b0cf289..00000000 --- a/Linux-PAM/defs/morgan.defs +++ /dev/null @@ -1,36 +0,0 @@ -## -# defs for Andrew's debugging version (which is a modified Red Hat -# box) -## -# 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 version used for Red Hat Linux. - -OS=linux -ARCH=i386 -CC=gcc -INSTALL=install -MKDIR=mkdir -p -CFLAGS=$(RPM_OPT_FLAGS) -pipe -g -ULIBS= -#-lefence -LD=ld -LD_D=gcc -shared -Xlinker -x -LD_L=$(LD) -x -shared -USESONAME=yes -SOSWITCH=-soname -LINKLIBS=-lc -NEEDSONAME=no -LDCONFIG=/sbin/ldconfig -AR=ar -cr -RANLIB=ranlib -FAKEROOT=$(RPM_BUILD_ROOT) -PREFIX= -SUPLEMENTED=$(PREFIX)/sbin -LIBDIR=$(PREFIX)/lib -SECUREDIR=$(LIBDIR)/security.d -INCLUDED=/usr/include/security -CONFIGED=/etc -SCONFIGED=/etc/security |