xref: /dragonfly/stand/boot/libstand32/Makefile (revision 655933d6)
1# $FreeBSD: head/sys/boot/libstand32/Makefile 293341 2016-01-07 19:19:23Z bdrewery $
2
3LIBSTAND_SRC= ${.CURDIR}/../../lib
4LIBSTAND_ARCH= i386
5LIB=	stand32
6.PATH:	${LIBSTAND_SRC}
7
8WORLD_CCOPTLEVEL=	1	# Force -O1, -O2 implodes
9
10.include "${LIBSTAND_SRC}/Makefile"
11