mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
Use absolute path to md5 program. It lives in /sbin and people are unlikely
to have $PATH to it.
This commit is contained in:
parent
c807d0240e
commit
4620f0962b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6189
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user