1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00
freebsd/sbin/fsirand/Makefile
2001-03-20 18:13:31 +00:00

9 lines
144 B
Makefile

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