Add resident.conf(5) and varsym.conf(5) manual pages.
[dragonfly/vkernel-mp.git] / sbin / fsirand / Makefile
blobe98f98140a8585390c494211e225a0eb76242fb1
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 21:22:22 pavalos Exp $
5 PROG= fsirand
6 MAN= fsirand.8
7 DPADD= ${LIBUTIL}
8 LDADD= -lutil
10 .include <bsd.prog.mk>