]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - sbin/fsirand/Makefile
o Fix OpenSSH xauth(1) command injection. [SA-16:14]
[FreeBSD/releng/10.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>