]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - sbin/fsirand/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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 WARNS?= 0
6 MAN=    fsirand.8
7 DPADD=  ${LIBUTIL}
8 LDADD=  -lutil
9
10 .include <bsd.prog.mk>