summaryrefslogtreecommitdiffstats
path: root/usr.sbin/uathload/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/uathload/Makefile')
-rw-r--r--usr.sbin/uathload/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/usr.sbin/uathload/Makefile b/usr.sbin/uathload/Makefile
deleted file mode 100644
index 4f9b99d..0000000
--- a/usr.sbin/uathload/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-
-PROG= uathload
-MAN= uathload.8
-
-SRCS= uathload.c ar5523.bin
-
-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>
OpenPOWER on IntegriCloud