406d87b1c3
Sponsored by: The FreeBSD Foundation
10 lines
153 B
Makefile
10 lines
153 B
Makefile
# $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $
|
|
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= fsirand
|
|
MAN= fsirand.8
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|