summaryrefslogtreecommitdiff
path: root/emulators/linux_base-suse-9.1/Makefile
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1995-11-06 15:18:05 +0000
committerEric L. Hernes <erich@FreeBSD.org>1995-11-06 15:18:05 +0000
commit9a5ea851d46d5477bcd289288ba23b5852106f73 (patch)
tree985fc9a1ce2fb191f9722a9013c3b6e91ff43f65 /emulators/linux_base-suse-9.1/Makefile
parentAdd netscape2.language. (diff)
changed build target to pre-build target.
Notes
Notes: svn path=/head/; revision=2394
Diffstat (limited to '')
-rw-r--r--emulators/linux_base-suse-9.1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile
index b3f719f1216e..9b0589b0b5fb 100644
--- a/emulators/linux_base-suse-9.1/Makefile
+++ b/emulators/linux_base-suse-9.1/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.1.1.1 1995/11/03 20:33:34 erich Exp $
+# $Id: Makefile,v 1.2 1995/11/05 11:54:58 jkh Exp $
#
DISTNAME= linux_lib
@@ -13,7 +13,7 @@ MAINTAINER= erich@FreeBSD.org
PREFIX= /compat/linux/
WRKSRC= ${WRKDIR}
-build:
+pre-build:
@mkdir -p ${PREFIX}
.include <bsd.port.mk>