diff options
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 14fd5cbd4309..46235f2c8210 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.4 1995/11/08 15:05:22 erich Exp $ +# $Id: Makefile,v 1.5 1995/11/14 13:03:13 asami Exp $ # DISTNAME= linux_lib @@ -14,6 +14,7 @@ MAINTAINER= erich@FreeBSD.org PREFIX= /compat/linux/ WRKSRC= ${WRKDIR} +NO_MTREE= yes pre-install: @[ -d ${PREFIX} ] || mkdir -p ${PREFIX} |