1# @(#)Makefile 8.1 (Berkeley) 3/31/94 2 3PROG= random 4MAN= random.6 5SRCS= random.c randomize_fd.c 6 7.include <bsd.prog.mk> 8