Use absolute path to md5 program. It lives in /sbin and people are unlikely

to have $PATH to it.
This commit is contained in:
Poul-Henning Kamp 1995-02-04 22:56:28 +00:00
parent c807d0240e
commit 4620f0962b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6189

View File

@ -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