freebsd-dev/usr.sbin/uathload/Makefile
Enji Cooper 026cf50356 Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
The SRCTOP conversion simplifies pathing in make/displayed output.

Also, while here, change a hardcoded path to ar5523.bin.uu in the make target
with ${.ALLSRC} .

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
2017-03-01 03:59:18 +00:00

17 lines
269 B
Makefile

# $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>