]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/uathload/Makefile
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / usr.sbin / uathload / Makefile
1 # $FreeBSD$
2
3 PROG=   uathload
4 MAN=    uathload.8
5
6 SRCS=   uathload.c
7 FILES=  ar5523.bin
8 FILESDIR=       ${SHAREDIR}/firmware
9 FILESMODE=      444
10
11 CLEANFILES=     ar5523.bin
12
13 ar5523.bin: ${SRCTOP}/sys/contrib/dev/uath/ar5523.bin.uu
14         uudecode -p ${.ALLSRC} > ${.TARGET}
15
16 .include <bsd.prog.mk>