]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sbin/fsirand/Makefile
Fix a problem where zero-length RDATA fields can cause named(8) to crash.
[FreeBSD/releng/8.1.git] / sbin / fsirand / Makefile
1 #       $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $
2 # $FreeBSD$
3
4 PROG=   fsirand
5 MAN=    fsirand.8
6 WARNS?= 3
7 DPADD=  ${LIBUTIL}
8 LDADD=  -lutil
9
10 .include <bsd.prog.mk>