1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/usr.sbin/uathload/Makefile

17 lines
317 B
Makefile

# $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}
.include <bsd.prog.mk>