1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-09 13:42:56 +00:00
freebsd/usr.sbin/uathload/Makefile
2009-04-04 11:23:00 +00:00

19 lines
353 B
Makefile

# $FreeBSD$
PROG= uathload
NO_MAN=
SRCS= uathload.c ar5523.bin
WARNS?= 4
CLEANFILES= ar5523.bin
ar5523.bin: ${.CURDIR}/../../sys/contrib/dev/uath/ar5523.bin.uu
uudecode -p ${.CURDIR}/../../sys/contrib/dev/uath/ar5523.bin.uu > ${.TARGET}
ar5523.o: ar5523.bin
${LD} -b binary -d -warn-common -r -d -o ${.TARGET} ar5523.bin
.include <bsd.prog.mk>