]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/regression/sockets/accept_fd_leak/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / tools / regression / sockets / accept_fd_leak / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 PROG=   accept_fd_leak
6 NO_MAN=
7
8 regress:
9         ./accept_fd_leak
10
11 .include <bsd.prog.mk>