diff options
Diffstat (limited to 'usr.sbin/uathload/Makefile')
-rw-r--r-- | usr.sbin/uathload/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/uathload/Makefile b/usr.sbin/uathload/Makefile index f8b26a4..10a7cf4 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> |