freebsd_amp_hwpstate/sbin/fsirand/Makefile

11 lines
169 B
Makefile

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