]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/fsirand/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sbin / fsirand / Makefile
1 #       $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $
2 # $FreeBSD$
3
4 PROG=   fsirand
5 MAN=    fsirand.8
6 WARNS?= 3
7 DPADD=  ${LIBUTIL}
8 LDADD=  -lutil
9
10 .include <bsd.prog.mk>