21db5fcc9d
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>
|