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