freebsd-dev/usr.bin/random/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
132 B
Makefile
Raw Normal View History

# @(#)Makefile 8.1 (Berkeley) 3/31/94
# $FreeBSD$
PROG= random
MAN= random.6
SRCS= random.c randomize_fd.c
.include <bsd.prog.mk>