]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sbin/geom/class/part/Makefile
Fix integer overflow in IGMP protocol. [SA-15:04]
[FreeBSD/releng/10.0.git] / sbin / geom / class / part / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../misc
4
5 GEOM_CLASS=     part
6
7 DPADD=  ${LIBUTIL}
8 LDADD=  -lutil
9
10 .include <bsd.lib.mk>