026cf50356
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
17 lines
269 B
Makefile
17 lines
269 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= uathload
|
|
MAN= uathload.8
|
|
|
|
SRCS= uathload.c
|
|
FILES= ar5523.bin
|
|
FILESDIR= ${SHAREDIR}/firmware
|
|
FILESMODE= 444
|
|
|
|
CLEANFILES= ar5523.bin
|
|
|
|
ar5523.bin: ${SRCTOP}/sys/contrib/dev/uath/ar5523.bin.uu
|
|
uudecode -p ${.ALLSRC} > ${.TARGET}
|
|
|
|
.include <bsd.prog.mk>
|