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