]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/posixshmcontrol/Makefile
tail: fix style nit introduced in the r348708
[FreeBSD/FreeBSD.git] / usr.bin / posixshmcontrol / Makefile
1 # $FreeBSD$
2
3 PROG=   posixshmcontrol
4 LIBADD= util
5 WARNS?= 6
6
7 .include <bsd.prog.mk>