summaryrefslogtreecommitdiff
path: root/emulators/linux_base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/linux_base/Makefile')
-rw-r--r--emulators/linux_base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile
index 5a0f23409ac9..9829821038f7 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.8 1996/03/29 14:46:25 erich Exp $
+# $Id: Makefile,v 1.9 1996/10/28 15:20:13 erich Exp $
#
DISTNAME= linux_lib-2.1
@@ -16,6 +16,6 @@ WRKSRC= ${WRKDIR}
NO_MTREE= yes
pre-install:
- @[ -d ${PREFIX} ] || mkdir -p ${PREFIX}
+ @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
.include <bsd.port.mk>