xref: /freebsd/stand/Makefile.amd64 (revision 0ee0dbfb0d26cf4bc37f24f12e76c7f532b0f368)
1# $FreeBSD$
2
3S.yes+=		userboot
4S.yes+=		i386
5
6SUBDIR_DEPEND_userboot+=	${INTERP_DEPENDS}
7# These won't get tacked on in an amd64 build
8SUBDIR_DEPEND_i386+=	${LIB32DEPENDS} ${INTERP_DEPENDS}
9