aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/from/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/from/Makefile')
-rw-r--r--usr.bin/from/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/from/Makefile b/usr.bin/from/Makefile
new file mode 100644
index 000000000000..57b966353fdc
--- /dev/null
+++ b/usr.bin/from/Makefile
@@ -0,0 +1,6 @@
+# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
+
+PROG= from
+
+.include <bsd.prog.mk>