Rename boot_i386.8 to boot_pc32.8 by repo-copy in order to enable the
[dragonfly.git] / sbin / fsirand / Makefile
1 #       $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $
2 # $FreeBSD: src/sbin/fsirand/Makefile,v 1.2.10.1 2001/04/25 10:58:19 ru Exp $
3 # $DragonFly: src/sbin/fsirand/Makefile,v 1.5 2006/10/31 20:22:22 pavalos Exp $
4
5 PROG=   fsirand
6 MAN=    fsirand.8
7 DPADD=  ${LIBUTIL}
8 LDADD=  -lutil
9
10 .include <bsd.prog.mk>