Makefile revision 312403
1# $FreeBSD: stable/10/sys/boot/userboot/libstand/Makefile 312403 2017-01-19 07:29:52Z delphij $
2
3.include <bsd.own.mk>
4
5LIBSTAND_SRC=	${.CURDIR}/../../../../lib/libstand
6
7INTERNALLIB=
8INCS=
9MAN=
10.PATH:	${LIBSTAND_SRC}
11
12.include "${LIBSTAND_SRC}/Makefile"
13