summaryrefslogtreecommitdiffstats
path: root/usr.sbin/uathload/Makefile
blob: 10a7cf47274759b44e100865f6bd315ae679837b (plain)
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: ${SRCTOP}/sys/contrib/dev/uath/ar5523.bin.uu
	uudecode -p ${.ALLSRC} > ${.TARGET}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud