0fe2ba03d6
- Connect it to the build. - Inform geom(8) manual page about it. Reviewed by: trhodes
11 lines
109 B
Makefile
11 lines
109 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc
|
|
|
|
CLASS= mirror
|
|
|
|
DPADD= ${LIBMD}
|
|
LDADD= -lmd
|
|
|
|
.include <bsd.lib.mk>
|