mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 10:52:50 +00:00
9 lines
137 B
Makefile
9 lines
137 B
Makefile
# $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $
|
|
# $FreeBSD$
|
|
|
|
PROG= fsirand
|
|
MAN= fsirand.8
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|