summaryrefslogtreecommitdiffstats
path: root/usr.bin/random/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/random/Makefile')
-rw-r--r--usr.bin/random/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/random/Makefile b/usr.bin/random/Makefile
new file mode 100644
index 0000000..9136c98
--- /dev/null
+++ b/usr.bin/random/Makefile
@@ -0,0 +1,8 @@
+# @(#)Makefile 8.1 (Berkeley) 3/31/94
+# $FreeBSD$
+
+PROG= random
+MAN= random.6
+SRCS= random.c randomize_fd.c
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud