mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
15 lines
257 B
Makefile
15 lines
257 B
Makefile
|
|
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>
|