summaryrefslogtreecommitdiff
path: root/emulators/linux_base-8
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:19:40 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:19:40 +0000
commitd23a79568090d280bf3beb199bb97f0572234984 (patch)
tree8af4f4b16bdda8a7b54ff123a7cfe5fcc38c203c /emulators/linux_base-8
parentCATAGORIES+= -> CATAGORIES= (diff)
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Notes
Notes: svn path=/head/; revision=4416
Diffstat (limited to 'emulators/linux_base-8')
-rw-r--r--emulators/linux_base-8/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile
index 5a0f23409ac9..9829821038f7 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.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>