summaryrefslogtreecommitdiff
path: root/emulators/cpmtools
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-23 13:02:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-23 13:02:52 +0000
commitb165a3a9b5864235aa405bcb2c8612fba408be8f (patch)
tree4d78cf717e68fb1fb973b2b5bf7f16b45b83e68f /emulators/cpmtools
parentUpdating mail Makefiles.... (diff)
Updated utils Makefiles!
Notes
Notes: svn path=/head/; revision=1502
Diffstat (limited to 'emulators/cpmtools')
-rw-r--r--emulators/cpmtools/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile
index eb14a98c5754..b1f56cbb5253 100644
--- a/emulators/cpmtools/Makefile
+++ b/emulators/cpmtools/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 December 1994
# Whom: joerg
#
-# $Id: Makefile,v 1.4 1995/04/16 05:19:27 asami Exp $
+# $Id: Makefile,v 1.5 1995/04/17 07:54:44 joerg Exp $
#
DISTNAME= cpm-1.1
@@ -15,8 +15,7 @@ WRKSRC= ${WRKDIR}/cpm
#
# need our own build target to pass PREFIX down to the make command
#
-build: configure
- @echo "===> Building for ${DISTNAME}"
+do-build:
@(cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} all)