Index: head/usr.sbin/uathload/Makefile =================================================================== --- head/usr.sbin/uathload/Makefile (revision 314450) +++ head/usr.sbin/uathload/Makefile (revision 314451) @@ -1,16 +1,16 @@ # $FreeBSD$ PROG= uathload MAN= uathload.8 SRCS= uathload.c FILES= ar5523.bin FILESDIR= ${SHAREDIR}/firmware 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