mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
Userboot's copy of the libstand Makefile had more extensive changes compared to the one in sys/boot/libstand32, but it turns out these are not intentional and we can just include lib/libstand/Makefile as done for libstand32 in r293040. Reviewed by: imp, jhb Tested by: allanjude MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D4793
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"
|