summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdwrite/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-09-18 07:39:19 +0000
committerphk <phk@FreeBSD.org>1994-09-18 07:39:19 +0000
commitcd06daa86a990c8e97b5dd877786b8971d71eaf4 (patch)
tree759cf4ab1a50f900aed19a8aa94779e797437d67 /usr.sbin/fdwrite/Makefile
parentb1988f56d2424b4372577c5e04b4a0be383a4bb4 (diff)
parent3e8c11a9a61e6be3f72812ee58f5eeb674eb4b42 (diff)
downloadFreeBSD-src-cd06daa86a990c8e97b5dd877786b8971d71eaf4.zip
FreeBSD-src-cd06daa86a990c8e97b5dd877786b8971d71eaf4.tar.gz
This commit was generated by cvs2svn to compensate for changes in r2849,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'usr.sbin/fdwrite/Makefile')
-rw-r--r--usr.sbin/fdwrite/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.sbin/fdwrite/Makefile b/usr.sbin/fdwrite/Makefile
new file mode 100644
index 0000000..23c22d8
--- /dev/null
+++ b/usr.sbin/fdwrite/Makefile
@@ -0,0 +1,16 @@
+#
+# ----------------------------------------------------------------------------
+# "THE BEER-WARE LICENSE" (Revision 42):
+# <phk@login.dkuug.dk> 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
+# ----------------------------------------------------------------------------
+#
+# $Id$
+#
+#
+
+PROG = fdwrite
+CFLAGS+= -Wall -I${DESTDIR}/sys
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud