summaryrefslogtreecommitdiffstats
path: root/random/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'random/Makefile')
-rw-r--r--random/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/random/Makefile b/random/Makefile
new file mode 100644
index 00000000..2a1ca5bc
--- /dev/null
+++ b/random/Makefile
@@ -0,0 +1,6 @@
+# @(#)Makefile 8.1 (Berkeley) 3/31/94
+
+PROG= random
+MAN6= random.0
+
+.include <bsd.prog.mk>