diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-09 01:29:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-09 01:29:00 +0000 |
commit | d95da0e95172a5d5726b46f0863664a0fcdfca20 (patch) | |
tree | f920446317924872c04ae7a9a5ca817566b20d68 /emulators/linux_base-8 | |
parent | 3932b94eb7103572080562528b2f935ce2edc4cf (diff) | |
download | ports-d95da0e95172a5d5726b46f0863664a0fcdfca20.tar.gz ports-d95da0e95172a5d5726b46f0863664a0fcdfca20.zip |
Notes
Diffstat (limited to 'emulators/linux_base-8')
-rw-r--r-- | emulators/linux_base-8/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |