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