summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-02-04 22:56:28 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-02-04 22:56:28 +0000
commit9ffda99611bb7817769227644056cb032cb37a33 (patch)
tree9e31f07e88bcd29e68f64e4428bcd2cd3becd9c6 /Mk/bsd.port.mk
parentAdd long-awaited (:) support for sophisticated dependency checking. We now (diff)
Use absolute path to md5 program. It lives in /sbin and people are unlikely
to have $PATH to it.
Notes
Notes: svn path=/head/; revision=877
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 1d6b8c96b920..af1f0a2abaa7 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.109 1995/02/01 21:47:57 gpalmer Exp $
+# $Id: bsd.port.mk,v 1.110 1995/02/04 05:49:26 asami Exp $
#
# Please view me with 4 column tabs!
@@ -170,7 +170,7 @@ DO_NADA?= echo -n
# Miscellaneous overridable commands:
GMAKE?= gmake
XMKMF?= xmkmf
-MD5?= md5
+MD5?= /sbin/md5
MD5_FILE?= ${FILESDIR}/md5
MAKE_FLAGS?= -f
MAKEFILE?= Makefile