aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fdwrite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fdwrite/Makefile')
-rw-r--r--usr.sbin/fdwrite/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/fdwrite/Makefile b/usr.sbin/fdwrite/Makefile
new file mode 100644
index 0000000000000..b97bdd4448213
--- /dev/null
+++ b/usr.sbin/fdwrite/Makefile
@@ -0,0 +1,12 @@
+# ----------------------------------------------------------------------------
+# "THE BEER-WARE LICENSE" (Revision 42):
+# <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
+# can do whatever you want with this stuff. If we meet some day, and you think
+# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
+# ----------------------------------------------------------------------------
+#
+# $FreeBSD$
+
+PROG= fdwrite
+
+.include <bsd.prog.mk>