Replace spaces with a tab to fix build breakage

This commit is contained in:
Chris Timmons 1999-12-15 01:07:28 +00:00
parent 7f047619e3
commit b94e4b7331
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54617

View file

@ -16,6 +16,6 @@ CFLAGS += -Wall -g -DDEBUG
MAN1 = dtmfdecode.1
test: ${PROG}
uudecode -p < dtmfsounds.al.uu | ./${PROG}
uudecode -p < dtmfsounds.al.uu | ./${PROG}
.include <bsd.prog.mk>