mirror of
https://github.com/opnsense/src.git
synced 2026-03-30 22:45:13 -04:00
10 lines
109 B
Makefile
10 lines
109 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc
|
|
|
|
CLASS= mirror
|
|
|
|
DPADD= ${LIBMD}
|
|
LDADD= -lmd
|
|
|
|
.include <bsd.lib.mk>
|