2d68bf45bf
Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
11 lines
168 B
Makefile
11 lines
168 B
Makefile
# $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $
|
|
# $FreeBSD$
|
|
|
|
PROG= fsirand
|
|
WARNS= 0
|
|
MAN= fsirand.8
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|