mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
7 lines
69 B
Makefile
7 lines
69 B
Makefile
|
|
PROG= mutex_isowned_np
|
|
MAN=
|
|
LIBADD= pthread
|
|
|
|
.include <bsd.prog.mk>
|