mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
11 lines
98 B
Makefile
11 lines
98 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= accept_fd_leak
|
|
NO_MAN=
|
|
|
|
regress:
|
|
./accept_fd_leak
|
|
|
|
.include <bsd.prog.mk>
|