aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fwget/usb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fwget/usb/Makefile')
-rw-r--r--usr.sbin/fwget/usb/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/fwget/usb/Makefile b/usr.sbin/fwget/usb/Makefile
new file mode 100644
index 000000000000..315e9c743cc8
--- /dev/null
+++ b/usr.sbin/fwget/usb/Makefile
@@ -0,0 +1,10 @@
+PACKAGE= fwget
+
+SCRIPTS=usb \
+ usb_ralink
+
+BINDIR= ${LIBEXECDIR}/fwget
+
+MAN=
+
+.include <bsd.prog.mk>