xref: /freebsd/usr.bin/random/Makefile (revision d11f81afd5a4a71d5f725950b0592ca212084780)
1#	@(#)Makefile	8.1 (Berkeley) 3/31/94
2# $FreeBSD$
3
4PROG=	random
5MAN=	random.6
6SRCS=	random.c randomize_fd.c
7
8.include <bsd.prog.mk>
9