mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
a35d88931c
any fake value.
12 lines
97 B
Makefile
12 lines
97 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= accept_fd_leak
|
|
NOMAN=
|
|
|
|
regress:
|
|
./accept_fd_leak
|
|
|
|
.include <bsd.prog.mk>
|