xref: /freebsd/usr.bin/random/Makefile (revision 2a58b312b62f908ec92311d1bd8536dbaeb8e55b)
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