diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
| commit | 444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch) | |
| tree | 297f74782436a0f973b6b89d60c10f399af9a135 /emulators/pcemu/scripts/configure | |
| parent | Remove comment about not being able to undefine a variable, as we *can* (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes:
svn path=/head/; revision=1803
svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'emulators/pcemu/scripts/configure')
| -rw-r--r-- | emulators/pcemu/scripts/configure | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/emulators/pcemu/scripts/configure b/emulators/pcemu/scripts/configure deleted file mode 100644 index 8815b83b9f0c..000000000000 --- a/emulators/pcemu/scripts/configure +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# $Id: configure,v 1.1.1.1 1995/03/26 18:08:54 joerg Exp $ -# -# Author: Jörg Wunsch <joerg@FreeBSD.org> -# Date of creation: Mar 27, 1995 -# - -cd ${WRKSRC} -mkdir ${WRKSRC}/bootstrap -sh < ${FILESDIR}/bootstrap.shar - -# create a Makefile.inc to pass the local prefix down to -# the build stage: - -cat > ${WRKSRC}/Makefile.inc <<*EOF* -# -# Makefile.inc -# -# This file has been created by the "configure" script; DO NOT EDIT. -# -# Edit the port's Makefile \${PREFIX} variable should you wish to -# override this, and reconfigure. -# - -LOCALPREFIX = ${PREFIX} -*EOF* |
