freebsd-dev/sbin/geom/class/raid3/Makefile
Pawel Jakub Dawidek 925fa96b13 - Add a manual page for graid3(8) utility.
- Connect it to the build.
- Inform geom(8) about it.
2004-08-18 16:41:30 +00:00

11 lines
108 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../misc
CLASS= raid3
DPADD= ${LIBMD}
LDADD= -lmd
.include <bsd.lib.mk>