aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_base-8
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-11-05 11:54:58 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-11-05 11:54:58 +0000
commit714901ec71c201198b2828a4985d04a0ecd12613 (patch)
treecace51e8ec6b1bf62a7f30e2b64a80e946c998e0 /emulators/linux_base-8
parentdcc3adbef223926df8654c227870baf998124a04 (diff)
downloadports-714901ec71c201198b2828a4985d04a0ecd12613.tar.gz
ports-714901ec71c201198b2828a4985d04a0ecd12613.zip
Add a cheesy "mkdir -p ${PREFIX}" as build target since most
systems won't have /compat/linux already created and the install will fall right over.
Notes
Notes: svn path=/head/; revision=2392
Diffstat (limited to 'emulators/linux_base-8')
-rw-r--r--emulators/linux_base-8/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile
index b0b3d9418b16..b3f719f1216e 100644
--- a/emulators/linux_base-8/Makefile
+++ b/emulators/linux_base-8/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1995/11/03 20:33:34 erich Exp $
#
DISTNAME= linux_lib
@@ -13,4 +13,7 @@ MAINTAINER= erich@FreeBSD.org
PREFIX= /compat/linux/
WRKSRC= ${WRKDIR}
+build:
+ @mkdir -p ${PREFIX}
+
.include <bsd.port.mk>