e653b48c80
OK'ed by: core
12 lines
98 B
Makefile
12 lines
98 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= accept_fd_leak
|
|
NO_MAN=
|
|
|
|
regress:
|
|
./accept_fd_leak
|
|
|
|
.include <bsd.prog.mk>
|