Reduce libstand Makefile duplication
authoremaste <emaste@FreeBSD.org>
Fri, 1 Jan 2016 15:30:11 +0000 (15:30 +0000)
committeremaste <emaste@FreeBSD.org>
Fri, 1 Jan 2016 15:30:11 +0000 (15:30 +0000)
commit78ef3d15998f2266e455b08a1b01fb9ff8926511
tree8bae0939c7a3e1e18efe3306e475e11c544fdc33
parent4650ba515687ea9f157c4707929fab601526828c
Reduce libstand Makefile duplication

libstand is built in three places (lib/libstand, sys/boot/libstand32,
and sys/boot/userboot/libstand). Reduce Makefile duplication by
.including libstand/Makefile from sys/boot/libstand32/Makefile.

sys/boot/userboot/libstand/Makefile will be addressed later, as it
contains additional differences yet to be handled.

This change also switches libstand32 to use the new uuid_from_string
and uuid_to_string, which was not included in r292473.

Reviewed by: jhb
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D4747
lib/libstand/Makefile
sys/boot/libstand32/Makefile