freebsd-dev/sys/boot/userboot/libstand/Makefile
Ed Maste 873e5b5e14 Reduce libstand Makefile duplication
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
2016-01-08 19:12:26 +00:00

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"