diff options
Diffstat (limited to 'usr.bin/random/Makefile')
-rw-r--r-- | usr.bin/random/Makefile | 8 |
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> |