summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/linux_base-6/Makefile3
-rw-r--r--emulators/linux_base-62/Makefile3
-rw-r--r--emulators/linux_base-8/Makefile3
-rw-r--r--emulators/linux_base-rh-9/Makefile3
-rw-r--r--emulators/linux_base-suse-9.1/Makefile3
-rw-r--r--emulators/linux_base-suse-9.2/Makefile3
-rw-r--r--emulators/linux_base-suse-9.3/Makefile3
-rw-r--r--emulators/linux_base/Makefile3
8 files changed, 16 insertions, 8 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile
index e691377eefe4..35c98368e68e 100644
--- a/emulators/linux_base-6/Makefile
+++ b/emulators/linux_base-6/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp $
+# $Id: Makefile,v 1.20 1998/10/08 10:07:46 jkh Exp $
#
DISTNAME= linux_lib-2.5
@@ -17,6 +17,7 @@ NO_MTREE= yes
NO_BUILD= yes
EXTRACT_ONLY= # empty
NO_WRKSUBDIR= yes
+NO_FILTER_SHLIBS= yes
pre-install:
@[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
diff --git a/emulators/linux_base-62/Makefile b/emulators/linux_base-62/Makefile
index e691377eefe4..35c98368e68e 100644
--- a/emulators/linux_base-62/Makefile
+++ b/emulators/linux_base-62/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp $
+# $Id: Makefile,v 1.20 1998/10/08 10:07:46 jkh Exp $
#
DISTNAME= linux_lib-2.5
@@ -17,6 +17,7 @@ NO_MTREE= yes
NO_BUILD= yes
EXTRACT_ONLY= # empty
NO_WRKSUBDIR= yes
+NO_FILTER_SHLIBS= yes
pre-install:
@[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile
index e691377eefe4..35c98368e68e 100644
--- a/emulators/linux_base-8/Makefile
+++ b/emulators/linux_base-8/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp $
+# $Id: Makefile,v 1.20 1998/10/08 10:07:46 jkh Exp $
#
DISTNAME= linux_lib-2.5
@@ -17,6 +17,7 @@ NO_MTREE= yes
NO_BUILD= yes
EXTRACT_ONLY= # empty
NO_WRKSUBDIR= yes
+NO_FILTER_SHLIBS= yes
pre-install:
@[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile
index e691377eefe4..35c98368e68e 100644
--- a/emulators/linux_base-rh-9/Makefile
+++ b/emulators/linux_base-rh-9/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp $
+# $Id: Makefile,v 1.20 1998/10/08 10:07:46 jkh Exp $
#
DISTNAME= linux_lib-2.5
@@ -17,6 +17,7 @@ NO_MTREE= yes
NO_BUILD= yes
EXTRACT_ONLY= # empty
NO_WRKSUBDIR= yes
+NO_FILTER_SHLIBS= yes
pre-install:
@[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile
index e691377eefe4..35c98368e68e 100644
--- a/emulators/linux_base-suse-9.1/Makefile
+++ b/emulators/linux_base-suse-9.1/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp $
+# $Id: Makefile,v 1.20 1998/10/08 10:07:46 jkh Exp $
#
DISTNAME= linux_lib-2.5
@@ -17,6 +17,7 @@ NO_MTREE= yes
NO_BUILD= yes
EXTRACT_ONLY= # empty
NO_WRKSUBDIR= yes
+NO_FILTER_SHLIBS= yes
pre-install:
@[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile
index e691377eefe4..35c98368e68e 100644
--- a/emulators/linux_base-suse-9.2/Makefile
+++ b/emulators/linux_base-suse-9.2/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp $
+# $Id: Makefile,v 1.20 1998/10/08 10:07:46 jkh Exp $
#
DISTNAME= linux_lib-2.5
@@ -17,6 +17,7 @@ NO_MTREE= yes
NO_BUILD= yes
EXTRACT_ONLY= # empty
NO_WRKSUBDIR= yes
+NO_FILTER_SHLIBS= yes
pre-install:
@[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile
index e691377eefe4..35c98368e68e 100644
--- a/emulators/linux_base-suse-9.3/Makefile
+++ b/emulators/linux_base-suse-9.3/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp $
+# $Id: Makefile,v 1.20 1998/10/08 10:07:46 jkh Exp $
#
DISTNAME= linux_lib-2.5
@@ -17,6 +17,7 @@ NO_MTREE= yes
NO_BUILD= yes
EXTRACT_ONLY= # empty
NO_WRKSUBDIR= yes
+NO_FILTER_SHLIBS= yes
pre-install:
@[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile
index e691377eefe4..35c98368e68e 100644
--- a/emulators/linux_base/Makefile
+++ b/emulators/linux_base/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp $
+# $Id: Makefile,v 1.20 1998/10/08 10:07:46 jkh Exp $
#
DISTNAME= linux_lib-2.5
@@ -17,6 +17,7 @@ NO_MTREE= yes
NO_BUILD= yes
EXTRACT_ONLY= # empty
NO_WRKSUBDIR= yes
+NO_FILTER_SHLIBS= yes
pre-install:
@[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}