summaryrefslogtreecommitdiff
path: root/defs/hpux.defs
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-07-18 13:45:01 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-07-18 13:45:01 +0000
commit2a2908a2c920a2548d312ef0931d24fd87524dae (patch)
tree217e1edc8a8f266a939f3bb91054e94f3219267a /defs/hpux.defs
parent993e11212883f0ae67fa445c5240d3dea455f9ff (diff)
Relevant BUGIDs: none
Purpose of commit: cleanup Commit summary: --------------- Remove obsolete files
Diffstat (limited to 'defs/hpux.defs')
-rw-r--r--defs/hpux.defs36
1 files changed, 0 insertions, 36 deletions
diff --git a/defs/hpux.defs b/defs/hpux.defs
deleted file mode 100644
index d8341983..00000000
--- a/defs/hpux.defs
+++ /dev/null
@@ -1,36 +0,0 @@
-##
-# HPUX defs contributed by Derrick J Brashear <shadow@dementia.org>
-##
-# 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=hpux9
-ARCH=hpux
-CC=gcc
-INSTALL=install
-MKDIR=mkdir -p
-CFLAGS=-g -DPAM_SHL -DHAVE_UTMP_H
-ULIBS=
-LD=ld
-LD_D=$(LD) -b
-LD_L=$(LD) -b
-USESONAME=no
-NEEDSONAME=no
-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
-DYNLOAD="dld"
-DYNTYPE="sl"
-SHLIBMODE=755