From 9649a9dd2661292895963048dd26596997d54698 Mon Sep 17 00:00:00 2001 From: Rafal Jaworowski Date: Fri, 5 Mar 2010 19:51:02 +0000 Subject: [PATCH] Remove stale path reference. --- gnu/usr.bin/dtc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/dtc/Makefile b/gnu/usr.bin/dtc/Makefile index 3bab94e01f21..08f4ad565df1 100644 --- a/gnu/usr.bin/dtc/Makefile +++ b/gnu/usr.bin/dtc/Makefile @@ -4,7 +4,7 @@ DTCDIR= ${.CURDIR}/../../../contrib/dtc LIBFDTDIR= ${.CURDIR}/../../../sys/contrib/libfdt -.PATH: ${DTCDIR} ${LIBFDTDIR} ${DTCDIR}/tests +.PATH: ${DTCDIR} ${LIBFDTDIR} PROG= dtc