1# 2# $FreeBSD$ 3# 4 5PROG= accept_fd_leak 6NO_MAN= 7 8regress: 9 ./accept_fd_leak 10 11.include <bsd.prog.mk> 12