1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sbin/fsirand/Makefile
1997-03-24 03:38:16 +00:00

9 lines
148 B
Makefile

# $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $
PROG= fsirand
MAN8= fsirand.8
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>