summaryrefslogtreecommitdiff
path: root/usr.sbin/fw_update/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fw_update/Makefile')
-rw-r--r--usr.sbin/fw_update/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/fw_update/Makefile b/usr.sbin/fw_update/Makefile
new file mode 100644
index 00000000000..00a8b8712db
--- /dev/null
+++ b/usr.sbin/fw_update/Makefile
@@ -0,0 +1,9 @@
+# $OpenBSD: Makefile,v 1.1 2011/07/09 01:16:57 halex Exp $
+
+#MAN= fw_update.1
+
+beforeinstall:
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/fw_update.sh ${DESTDIR}${BINDIR}/fw_update
+
+.include <bsd.prog.mk>