mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
12 lines
172 B
Makefile
12 lines
172 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
LIBSTAND_SRC= ${.CURDIR}/../../../../lib/libstand
|
|
|
|
INTERNALLIB=
|
|
INCS=
|
|
MAN=
|
|
.PATH: ${LIBSTAND_SRC}
|
|
|
|
.include "${LIBSTAND_SRC}/Makefile"
|