mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
9 lines
144 B
Makefile
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>
|