Fix ECHO_N (hi tv!).

This commit is contained in:
xtraeme 2004-04-14 15:27:04 +00:00
parent 6bb0eff02e
commit 000378d2c8

View file

@ -1,4 +1,4 @@
# $NetBSD: defs.FreeBSD.mk,v 1.36 2004/04/14 11:39:53 xtraeme Exp $ # $NetBSD: defs.FreeBSD.mk,v 1.37 2004/04/14 15:27:04 xtraeme Exp $
# #
# Variable definitions for the FreeBSD operating system. # Variable definitions for the FreeBSD operating system.
@ -16,7 +16,7 @@ DATE?= /bin/date
DC?= /usr/bin/dc DC?= /usr/bin/dc
DIRNAME?= /usr/bin/dirname DIRNAME?= /usr/bin/dirname
ECHO?= echo # Shell builtin ECHO?= echo # Shell builtin
ECHO?= ${ECHO} -n ECHO_N?= ${ECHO} -n
EGREP?= /usr/bin/egrep EGREP?= /usr/bin/egrep
EXPR?= /bin/expr EXPR?= /bin/expr
FALSE?= false # Shell builtin FALSE?= false # Shell builtin