873e5b5e14
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
13 lines
172 B
Makefile
13 lines
172 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
LIBSTAND_SRC= ${.CURDIR}/../../../../lib/libstand
|
|
|
|
INTERNALLIB=
|
|
INCS=
|
|
MAN=
|
|
.PATH: ${LIBSTAND_SRC}
|
|
|
|
.include "${LIBSTAND_SRC}/Makefile"
|