aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_base-rh-9/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/linux_base-rh-9/Makefile')
-rw-r--r--emulators/linux_base-rh-9/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile
deleted file mode 100644
index 9d0d5edc8d06..000000000000
--- a/emulators/linux_base-rh-9/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: linux_lib
-# Version required: 2.6
-# Date created: 3 Nov 1995
-# Whom: markm@FreeBSD.org
-#
-# $Id: Makefile,v 1.22 1998/10/31 09:28:05 markm Exp $
-#
-
-DISTNAME= linux_lib-2.6
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-
-MAINTAINER= erich@FreeBSD.org
-
-ONLY_FOR_ARCHS= i386
-
-PREFIX= /compat/linux
-NO_MTREE= yes
-NO_BUILD= yes
-EXTRACT_ONLY= # empty
-NO_WRKSUBDIR= yes
-NO_FILTER_SHLIBS= yes
-
-pre-install:
- @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
-
-do-install:
- @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
-
-post-install:
- -/compat/linux/sbin/ldconfig
- ${MKDIR} ${PREFIX}/usr/lib/zoneinfo
- ln -sf /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime
-
-.include <bsd.port.mk>