freebsd-dev/sbin/geom/class/mirror/Makefile
Pawel Jakub Dawidek 0fe2ba03d6 - Add a manual page for gmirror(8) utility.
- Connect it to the build.
- Inform geom(8) manual page about it.

Reviewed by:	trhodes
2004-08-18 15:48:18 +00:00

11 lines
109 B
Makefile

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