aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/uathload
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-03-01 03:59:18 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-03-01 03:59:18 +0000
commit026cf50356e0a2affc5edc9b6fd77a5a3db0f9a6 (patch)
tree6656f5af25ae2310abf98bcbce079ec7099ba152 /usr.sbin/uathload
parent13081ad7c6da132a24a7595718a6da7231ef8ae6 (diff)
downloadsrc-026cf50356e0a2affc5edc9b6fd77a5a3db0f9a6.tar.gz
src-026cf50356e0a2affc5edc9b6fd77a5a3db0f9a6.zip
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
The SRCTOP conversion simplifies pathing in make/displayed output. Also, while here, change a hardcoded path to ar5523.bin.uu in the make target with ${.ALLSRC} . MFC after: 1 week Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=314451
Diffstat (limited to 'usr.sbin/uathload')
-rw-r--r--usr.sbin/uathload/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/uathload/Makefile b/usr.sbin/uathload/Makefile
index f8b26a43b439..10a7cf472747 100644
--- a/usr.sbin/uathload/Makefile
+++ b/usr.sbin/uathload/Makefile
@@ -10,7 +10,7 @@ FILESMODE= 444
CLEANFILES= ar5523.bin
-ar5523.bin: ${.CURDIR}/../../sys/contrib/dev/uath/ar5523.bin.uu
- uudecode -p ${.CURDIR}/../../sys/contrib/dev/uath/ar5523.bin.uu > ${.TARGET}
+ar5523.bin: ${SRCTOP}/sys/contrib/dev/uath/ar5523.bin.uu
+ uudecode -p ${.ALLSRC} > ${.TARGET}
.include <bsd.prog.mk>