summaryrefslogtreecommitdiff
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 00000000000..b6be95e3146
--- /dev/null
+++ b/usr.bin/from/Makefile
@@ -0,0 +1,6 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $NetBSD: Makefile,v 1.3 1995/09/01 01:39:08 jtc Exp $
+
+PROG= from
+
+.include <bsd.prog.mk>