mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
Reviewed by: emaste With input by: danfe Sponsored by: The FreeBSD Foundation (kib) MFC after: 1 week Differential revision: https://reviews.freebsd.org/D20430
7 lines
84 B
Makefile
7 lines
84 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= posixshmcontrol
|
|
LIBADD= util
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|