mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-09 02:26:27 +00:00
![Konstantin Belousov](/assets/img/avatar_default.png)
Reviewed by: emaste With input by: danfe Sponsored by: The FreeBSD Foundation (kib) MFC after: 1 week Differential revision: https://reviews.freebsd.org/D20430
8 lines
84 B
Makefile
8 lines
84 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= posixshmcontrol
|
|
LIBADD= util
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|