8 lines
131 B
Makefile
8 lines
131 B
Makefile
# $NetBSD: Makefile,v 1.1 1997/03/07 20:16:39 christos Exp $
|
|
|
|
PROG= fsirand
|
|
SRCS= fsirand.c
|
|
MAN= fsirand.8
|
|
|
|
.include <bsd.prog.mk>
|