diff options
author | Rafal Jaworowski <raj@FreeBSD.org> | 2010-03-05 19:51:02 +0000 |
---|---|---|
committer | Rafal Jaworowski <raj@FreeBSD.org> | 2010-03-05 19:51:02 +0000 |
commit | 9649a9dd2661292895963048dd26596997d54698 (patch) | |
tree | e14453510b2eaeadfb61d395bfdc8df1e37326c8 /gnu/usr.bin/dtc | |
parent | bd50890544dca53d1bb9616271ab6768438c40c3 (diff) |
Remove stale path reference.
Notes
Notes:
svn path=/head/; revision=204765
Diffstat (limited to 'gnu/usr.bin/dtc')
-rw-r--r-- | gnu/usr.bin/dtc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |