blob: f8b26a43b4395546036f5afedbd99de9a2fa52d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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}
.include <bsd.prog.mk>
|